言語

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, Exception)

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

EventEnumerationException(String)

指定されたメッセージで EventEnumerationException クラスの新しいインスタンスを初期化します。

適用対象