共用方式為


InstanceNotFoundException 建構函式

定義

初始化 InstanceNotFoundException 類別的新執行個體。

多載

InstanceNotFoundException()

初始化 InstanceNotFoundException 類別的新執行個體。

InstanceNotFoundException(Guid)

使用指定的識別碼,初始化 InstanceNotFoundException 類別的新執行個體。

InstanceNotFoundException(String)

使用指定的訊息,初始化 InstanceNotFoundException 類別的新執行個體。

InstanceNotFoundException(Guid, Exception)

使用指定的識別項和內部例外狀況,初始化 InstanceNotFoundException 類別的新執行個體。

InstanceNotFoundException(Guid, String)

使用指定的識別項和訊息,初始化 InstanceNotFoundException 類別的新執行個體。

InstanceNotFoundException(SerializationInfo, StreamingContext)

使用序列化的資料,初始化 InstanceNotFoundException 類別的新執行個體。

InstanceNotFoundException(String, Exception)

使用指定的訊息和內部例外狀況,初始化 InstanceNotFoundException 類別的新執行個體。

InstanceNotFoundException(Guid, String, Exception)

使用指定的識別項、訊息和內部例外狀況,初始化 InstanceNotFoundException 類別的新執行個體。

InstanceNotFoundException()

初始化 InstanceNotFoundException 類別的新執行個體。

public:
 InstanceNotFoundException();
public InstanceNotFoundException ();
Public Sub New ()

適用於

InstanceNotFoundException(Guid)

使用指定的識別碼,初始化 InstanceNotFoundException 類別的新執行個體。

public:
 InstanceNotFoundException(Guid id);
public InstanceNotFoundException (Guid id);
new System.ServiceModel.Persistence.InstanceNotFoundException : Guid -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (id As Guid)

參數

id
Guid

與這個執行個體相關聯的唯一識別碼。

適用於

InstanceNotFoundException(String)

使用指定的訊息,初始化 InstanceNotFoundException 類別的新執行個體。

public:
 InstanceNotFoundException(System::String ^ message);
public InstanceNotFoundException (string message);
new System.ServiceModel.Persistence.InstanceNotFoundException : string -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (message As String)

參數

message
String

解釋例外狀況原因的錯誤訊息。

適用於

InstanceNotFoundException(Guid, Exception)

使用指定的識別項和內部例外狀況,初始化 InstanceNotFoundException 類別的新執行個體。

public:
 InstanceNotFoundException(Guid id, Exception ^ innerException);
public InstanceNotFoundException (Guid id, Exception innerException);
new System.ServiceModel.Persistence.InstanceNotFoundException : Guid * Exception -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (id As Guid, innerException As Exception)

參數

id
Guid

與這個執行個體相關聯的唯一識別碼。

innerException
Exception

Exception,造成 InstanceNotFoundException

適用於

InstanceNotFoundException(Guid, String)

使用指定的識別項和訊息,初始化 InstanceNotFoundException 類別的新執行個體。

public:
 InstanceNotFoundException(Guid id, System::String ^ message);
public InstanceNotFoundException (Guid id, string message);
new System.ServiceModel.Persistence.InstanceNotFoundException : Guid * string -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (id As Guid, message As String)

參數

id
Guid

與這個執行個體相關聯的唯一識別碼。

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.ServiceModel.Persistence.InstanceNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ServiceModel.Persistence.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.ServiceModel.Persistence.InstanceNotFoundException : string * Exception -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (message As String, innerException As Exception)

參數

message
String

解釋例外狀況原因的錯誤訊息。

innerException
Exception

Exception,造成 InstanceNotFoundException

適用於

InstanceNotFoundException(Guid, String, Exception)

使用指定的識別項、訊息和內部例外狀況,初始化 InstanceNotFoundException 類別的新執行個體。

public:
 InstanceNotFoundException(Guid id, System::String ^ message, Exception ^ innerException);
public InstanceNotFoundException (Guid id, string message, Exception innerException);
new System.ServiceModel.Persistence.InstanceNotFoundException : Guid * string * Exception -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (id As Guid, message As String, innerException As Exception)

參數

id
Guid

與這個執行個體相關聯的唯一識別碼。

message
String

解釋例外狀況原因的錯誤訊息。

innerException
Exception

Exception,造成 InstanceNotFoundException

適用於