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
屬性

建構函式

名稱 Description
EventEnumerationException()

使用預設值初始化一個新的實例 EventEnumerationException

EventEnumerationException(SerializationInfo, StreamingContext)

初始化一個包含指定資訊與上下文的新類別實例 EventEnumerationException

EventEnumerationException(String, Exception)

初始化類別的新實例 EventEnumerationException ,並指定訊息與內部例外。

EventEnumerationException(String)

初始化一個帶有指定訊息的 EventEnumerationException 類別實例。

適用於