EventEnumerationException クラス

定義

IEventProvider<T> からの列挙中に発生する可能性があるエラーを表します。

public ref class EventEnumerationException : Microsoft::SqlServer::XEvent::Linq::XEventException
[System.Serializable]
public class EventEnumerationException : Microsoft.SqlServer.XEvent.Linq.XEventException
[<System.Serializable>]
type EventEnumerationException = class
    inherit XEventException
Public Class EventEnumerationException
Inherits XEventException
継承
EventEnumerationException
属性

コンストラクター

EventEnumerationException()

既定値を使用して の新しいインスタンスを EventEnumerationException 初期化します。

EventEnumerationException(SerializationInfo, StreamingContext)

指定された情報およびコンテキストを使用して EventEnumerationException クラスの新しいインスタンスを初期化します。

EventEnumerationException(String)

指定したメッセージを使用して、EventEnumerationException クラスの新しいインスタンスを初期化します。

EventEnumerationException(String, Exception)

指定したメッセージと内部例外を使用して EventEnumerationException 、 クラスの新しいインスタンスを初期化します。

適用対象