ProxyAssemblyNotLoadedException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ProxyAssemblyNotLoadedException. Używane wewnętrznie.

Przeciążenia

ProxyAssemblyNotLoadedException()

Inicjuje nowe wystąpienie klasy ProxyAssemblyNotLoadedException. Używane wewnętrznie.

ProxyAssemblyNotLoadedException(String)

Inicjuje ProxyAssemblyNotLoadedException nowe wystąpienie klasy z komunikatem o błędzie. Używane wewnętrznie.

ProxyAssemblyNotLoadedException(SerializationInfo, StreamingContext)

Inicjuje ProxyAssemblyNotLoadedException nowe wystąpienie klasy z informacjami o serializacji. Używane wewnętrznie.

ProxyAssemblyNotLoadedException(String, Exception)

Inicjuje nowe wystąpienie ProxyAssemblyNotLoadedException klasy z określonym komunikatem o błędzie i odwołaniem do wewnętrznego wyjątku, który spowodował ten wyjątek. Używane wewnętrznie.

ProxyAssemblyNotLoadedException()

Inicjuje nowe wystąpienie klasy ProxyAssemblyNotLoadedException. Używane wewnętrznie.

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

Dotyczy

ProxyAssemblyNotLoadedException(String)

Inicjuje ProxyAssemblyNotLoadedException nowe wystąpienie klasy z komunikatem o błędzie. Używane wewnętrznie.

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)

Parametry

message
String

Opis błędu.

Dotyczy

ProxyAssemblyNotLoadedException(SerializationInfo, StreamingContext)

Inicjuje ProxyAssemblyNotLoadedException nowe wystąpienie klasy z informacjami o serializacji. Używane wewnętrznie.

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)

Parametry

info
SerializationInfo

Dane potrzebne do serializacji lub deserializacji obiektu.

context
StreamingContext

Źródło i miejsce docelowe serializowanego strumienia.

Dotyczy

ProxyAssemblyNotLoadedException(String, Exception)

Inicjuje nowe wystąpienie ProxyAssemblyNotLoadedException klasy z określonym komunikatem o błędzie i odwołaniem do wewnętrznego wyjątku, który spowodował ten wyjątek. Używane wewnętrznie.

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)

Parametry

message
String

Opis błędu.

innerException
Exception

Wyjątek, który spowodował wyjątek.

Dotyczy