ProxyAssemblyNotLoadedException Konstruktoren

Definition

Initialisiert eine neue Instanz der ProxyAssemblyNotLoadedException-Klasse. Intern verwendet.

Überlädt

Name Beschreibung
ProxyAssemblyNotLoadedException()

Initialisiert eine neue Instanz der ProxyAssemblyNotLoadedException-Klasse. Intern verwendet.

ProxyAssemblyNotLoadedException(String)

Initialisiert eine neue Instanz der ProxyAssemblyNotLoadedException Klasse mit einer Fehlermeldung. Intern verwendet.

ProxyAssemblyNotLoadedException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der ProxyAssemblyNotLoadedException Klasse mit Serialisierungsinformationen. Intern verwendet.

ProxyAssemblyNotLoadedException(String, Exception)

Initialisiert eine neue Instanz der ProxyAssemblyNotLoadedException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme verursacht hat. Intern verwendet.

ProxyAssemblyNotLoadedException()

Initialisiert eine neue Instanz der ProxyAssemblyNotLoadedException-Klasse. Intern verwendet.

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

Gilt für:

ProxyAssemblyNotLoadedException(String)

Initialisiert eine neue Instanz der ProxyAssemblyNotLoadedException Klasse mit einer Fehlermeldung. Intern verwendet.

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)

Parameter

message
String

Die Beschreibung des Fehlers.

Gilt für:

ProxyAssemblyNotLoadedException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der ProxyAssemblyNotLoadedException Klasse mit Serialisierungsinformationen. Intern verwendet.

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)

Parameter

info
SerializationInfo

Daten, die zum Serialisieren oder Deserialisieren des Objekts erforderlich sind.

context
StreamingContext

Die Quelle und das Ziel des serialisierten Datenstroms.

Gilt für:

ProxyAssemblyNotLoadedException(String, Exception)

Initialisiert eine neue Instanz der ProxyAssemblyNotLoadedException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme verursacht hat. Intern verwendet.

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)

Parameter

message
String

Die Beschreibung des Fehlers.

innerException
Exception

Die Ausnahme, die diese Ausnahme verursacht hat.

Gilt für: