EventLogReadingException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 EventLogReadingException 類別的新執行個體。
多載
EventLogReadingException() |
初始化 EventLogReadingException 類別的新執行個體。 |
EventLogReadingException(String) |
藉由指定描述目前例外狀況的錯誤訊息,初始化 EventLogReadingException 類別的新執行個體。 |
EventLogReadingException(SerializationInfo, StreamingContext) |
已淘汰.
使用序列化資料,初始化 EventLogReadingException 類別的新執行個體。 |
EventLogReadingException(String, Exception) |
使用錯誤訊息和內部例外狀況,初始化 EventLogReadingException 類別的新執行個體。 |
EventLogReadingException()
初始化 EventLogReadingException 類別的新執行個體。
public:
EventLogReadingException();
public EventLogReadingException ();
Public Sub New ()
另請參閱
適用於
EventLogReadingException(String)
藉由指定描述目前例外狀況的錯誤訊息,初始化 EventLogReadingException 類別的新執行個體。
public:
EventLogReadingException(System::String ^ message);
public EventLogReadingException (string message);
new System.Diagnostics.Eventing.Reader.EventLogReadingException : string -> System.Diagnostics.Eventing.Reader.EventLogReadingException
Public Sub New (message As String)
參數
- message
- String
描述目前例外狀況的錯誤訊息。
另請參閱
適用於
EventLogReadingException(SerializationInfo, StreamingContext)
警告
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
使用序列化資料,初始化 EventLogReadingException 類別的新執行個體。
protected:
EventLogReadingException(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected EventLogReadingException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected EventLogReadingException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new System.Diagnostics.Eventing.Reader.EventLogReadingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Diagnostics.Eventing.Reader.EventLogReadingException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Diagnostics.Eventing.Reader.EventLogReadingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Diagnostics.Eventing.Reader.EventLogReadingException
Protected Sub New (serializationInfo As SerializationInfo, streamingContext As StreamingContext)
參數
- serializationInfo
- SerializationInfo
SerializationInfo 物件,存放關於擲回之例外狀況的序列化物件資料。
- streamingContext
- StreamingContext
StreamingContext 物件,其中包含來源或目的地的相關內容資訊。
- 屬性
另請參閱
適用於
EventLogReadingException(String, Exception)
使用錯誤訊息和內部例外狀況,初始化 EventLogReadingException 類別的新執行個體。
public:
EventLogReadingException(System::String ^ message, Exception ^ innerException);
public EventLogReadingException (string message, Exception innerException);
new System.Diagnostics.Eventing.Reader.EventLogReadingException : string * Exception -> System.Diagnostics.Eventing.Reader.EventLogReadingException
Public Sub New (message As String, innerException As Exception)
參數
- message
- String
描述目前例外狀況的錯誤訊息。
- innerException
- Exception
造成目前例外狀況的 Exception 執行個體。