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

导致此异常的异常。

适用于