ProxyAssemblyNotLoadedException 建構函式

定義

初始化 ProxyAssemblyNotLoadedException 類別的新執行個體。 內部使用。

多載

ProxyAssemblyNotLoadedException()

初始化 ProxyAssemblyNotLoadedException 類別的新執行個體。 內部使用。

ProxyAssemblyNotLoadedException(String)

初始化具有錯誤訊息之 ProxyAssemblyNotLoadedException 類別的新執行個體。 內部使用。

ProxyAssemblyNotLoadedException(SerializationInfo, StreamingContext)

使用序列化資訊,初始化 ProxyAssemblyNotLoadedException 類別的新執行個體。 內部使用。

ProxyAssemblyNotLoadedException(String, Exception)

使用指定的錯誤訊息和導致此例外狀況之內部例外狀況的參考,初始化 ProxyAssemblyNotLoadedException 類別的新執行個體。 內部使用。

ProxyAssemblyNotLoadedException()

初始化 ProxyAssemblyNotLoadedException 類別的新執行個體。 內部使用。

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

適用於

ProxyAssemblyNotLoadedException(String)

初始化具有錯誤訊息之 ProxyAssemblyNotLoadedException 類別的新執行個體。 內部使用。

public:
 ProxyAssemblyNotLoadedException(System::String ^ message);
public ProxyAssemblyNotLoadedException (string message);
new System.Windows.Automation.ProxyAssemblyNotLoadedException : string -> System.Windows.Automation.ProxyAssemblyNotLoadedException
Public Sub New (message As String)

參數

message
String

錯誤的描述。

適用於

ProxyAssemblyNotLoadedException(SerializationInfo, StreamingContext)

使用序列化資訊,初始化 ProxyAssemblyNotLoadedException 類別的新執行個體。 內部使用。

protected:
 ProxyAssemblyNotLoadedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ProxyAssemblyNotLoadedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Windows.Automation.ProxyAssemblyNotLoadedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Windows.Automation.ProxyAssemblyNotLoadedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

參數

info
SerializationInfo

序列化或還原序列化物件所需的資料。

context
StreamingContext

序列化資料流的來源和目的端。

適用於

ProxyAssemblyNotLoadedException(String, Exception)

使用指定的錯誤訊息和導致此例外狀況之內部例外狀況的參考,初始化 ProxyAssemblyNotLoadedException 類別的新執行個體。 內部使用。

public:
 ProxyAssemblyNotLoadedException(System::String ^ message, Exception ^ innerException);
public ProxyAssemblyNotLoadedException (string message, Exception innerException);
new System.Windows.Automation.ProxyAssemblyNotLoadedException : string * Exception -> System.Windows.Automation.ProxyAssemblyNotLoadedException
Public Sub New (message As String, innerException As Exception)

參數

message
String

錯誤的描述。

innerException
Exception

造成此例外狀況的例外狀況。

適用於