ProxyAssemblyNotLoadedException Constructors

Definition

Initializes a new instance of the ProxyAssemblyNotLoadedException class. Used internally.

Overloads

ProxyAssemblyNotLoadedException()

Initializes a new instance of the ProxyAssemblyNotLoadedException class. Used internally.

ProxyAssemblyNotLoadedException(String)

Initializes a new instance of the ProxyAssemblyNotLoadedException class with an error message. Used internally.

ProxyAssemblyNotLoadedException(SerializationInfo, StreamingContext)

Initializes a new instance of the ProxyAssemblyNotLoadedException class with serialization information. Used internally.

ProxyAssemblyNotLoadedException(String, Exception)

Initializes a new instance of the ProxyAssemblyNotLoadedException class with a specified error message and a reference to the inner exception that caused this exception. Used internally.

ProxyAssemblyNotLoadedException()

Initializes a new instance of the ProxyAssemblyNotLoadedException class. Used internally.

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

Applies to

ProxyAssemblyNotLoadedException(String)

Initializes a new instance of the ProxyAssemblyNotLoadedException class with an error message. Used internally.

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)

Parameters

message
String

The description of the error.

Applies to

ProxyAssemblyNotLoadedException(SerializationInfo, StreamingContext)

Initializes a new instance of the ProxyAssemblyNotLoadedException class with serialization information. Used internally.

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)

Parameters

info
SerializationInfo

Data needed to serialize or deserialize the object.

context
StreamingContext

The source and destination of the serialized stream.

Applies to

ProxyAssemblyNotLoadedException(String, Exception)

Initializes a new instance of the ProxyAssemblyNotLoadedException class with a specified error message and a reference to the inner exception that caused this exception. Used internally.

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)

Parameters

message
String

The description of the error.

innerException
Exception

The exception that caused this exception.

Applies to