InstanceNotFoundException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 InstanceNotFoundException 類別的新執行個體。
多載
InstanceNotFoundException() |
初始化 InstanceNotFoundException 類別的新執行個體。 |
InstanceNotFoundException(String) |
使用其訊息字串設定為訊息,初始化 InstanceNotFoundException 類別的新執行個體。 |
InstanceNotFoundException(SerializationInfo, StreamingContext) |
使用指定的序列化資料和資料流內容,初始化 InstanceNotFoundException 類別的新執行個體。 |
InstanceNotFoundException(String, Exception) |
使用指定的錯誤訊息和內部例外狀況,初始化 InstanceNotFoundException 類別的新執行個體。 |
InstanceNotFoundException()
初始化 InstanceNotFoundException 類別的新執行個體。
public:
InstanceNotFoundException();
public InstanceNotFoundException ();
Public Sub New ()
適用於
InstanceNotFoundException(String)
使用其訊息字串設定為訊息,初始化 InstanceNotFoundException 類別的新執行個體。
public:
InstanceNotFoundException(System::String ^ message);
public InstanceNotFoundException (string message);
new System.Management.Instrumentation.InstanceNotFoundException : string -> System.Management.Instrumentation.InstanceNotFoundException
Public Sub New (message As String)
參數
- message
- String
字串,其中包含說明例外狀況之原因的錯誤訊息。
適用於
InstanceNotFoundException(SerializationInfo, StreamingContext)
使用指定的序列化資料和資料流內容,初始化 InstanceNotFoundException 類別的新執行個體。
protected:
InstanceNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected InstanceNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Management.Instrumentation.InstanceNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Management.Instrumentation.InstanceNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
參數
- info
- SerializationInfo
SerializationInfo,其中包含序列化例外狀況時所需要的所有資料。
- context
- StreamingContext
StreamingContext,指定資料流的來源和目的地。
適用於
InstanceNotFoundException(String, Exception)
使用指定的錯誤訊息和內部例外狀況,初始化 InstanceNotFoundException 類別的新執行個體。
public:
InstanceNotFoundException(System::String ^ message, Exception ^ innerException);
public InstanceNotFoundException (string message, Exception innerException);
new System.Management.Instrumentation.InstanceNotFoundException : string * Exception -> System.Management.Instrumentation.InstanceNotFoundException
Public Sub New (message As String, innerException As Exception)
參數
- message
- String
字串,其中包含說明例外狀況之原因的錯誤訊息。
- innerException
- Exception
導致擲回目前例外狀況的 Exception。