ProxyAssemblyNotLoadedException Constructors

Definitie

Initialiseert een nieuw exemplaar van de ProxyAssemblyNotLoadedException klasse. Intern gebruikt.

Overloads

Name Description
ProxyAssemblyNotLoadedException()

Initialiseert een nieuw exemplaar van de ProxyAssemblyNotLoadedException klasse. Intern gebruikt.

ProxyAssemblyNotLoadedException(String)

Initialiseert een nieuw exemplaar van de ProxyAssemblyNotLoadedException klasse met een foutbericht. Intern gebruikt.

ProxyAssemblyNotLoadedException(SerializationInfo, StreamingContext)

Initialiseert een nieuw exemplaar van de ProxyAssemblyNotLoadedException klasse met serialisatie-informatie. Intern gebruikt.

ProxyAssemblyNotLoadedException(String, Exception)

Initialiseert een nieuw exemplaar van de ProxyAssemblyNotLoadedException klasse met een opgegeven foutbericht en een verwijzing naar de interne uitzondering die deze uitzondering heeft veroorzaakt. Intern gebruikt.

ProxyAssemblyNotLoadedException()

Initialiseert een nieuw exemplaar van de ProxyAssemblyNotLoadedException klasse. Intern gebruikt.

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

Van toepassing op

ProxyAssemblyNotLoadedException(String)

Initialiseert een nieuw exemplaar van de ProxyAssemblyNotLoadedException klasse met een foutbericht. Intern gebruikt.

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

De beschrijving van de fout.

Van toepassing op

ProxyAssemblyNotLoadedException(SerializationInfo, StreamingContext)

Initialiseert een nieuw exemplaar van de ProxyAssemblyNotLoadedException klasse met serialisatie-informatie. Intern gebruikt.

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

Gegevens die nodig zijn om het object te serialiseren of deserialiseren.

context
StreamingContext

De bron en het doel van de geserialiseerde stream.

Van toepassing op

ProxyAssemblyNotLoadedException(String, Exception)

Initialiseert een nieuw exemplaar van de ProxyAssemblyNotLoadedException klasse met een opgegeven foutbericht en een verwijzing naar de interne uitzondering die deze uitzondering heeft veroorzaakt. Intern gebruikt.

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

De beschrijving van de fout.

innerException
Exception

De uitzondering die deze uitzondering heeft veroorzaakt.

Van toepassing op