Freigeben über


InstanceNotFoundException Konstruktoren

Definition

Initialisiert eine neue Instanz der InstanceNotFoundException-Klasse.

Überlädt

InstanceNotFoundException()

Initialisiert eine neue Instanz der InstanceNotFoundException-Klasse.

InstanceNotFoundException(String)

Initialisiert eine neue Instanz der InstanceNotFoundException-Klasse, deren Meldungszeichenfolge auf message festgelegt ist.

InstanceNotFoundException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der InstanceNotFoundException-Klasse mit den angegebenen Serialisierungsinformationen und dem angegebenen Streamingkontext.

InstanceNotFoundException(String, Exception)

Initialisiert eine neue Instanz der InstanceNotFoundException-Klasse mit der angegebenen Fehlermeldung und einem Verweis auf die innerne Ausnahme.

InstanceNotFoundException()

Initialisiert eine neue Instanz der InstanceNotFoundException-Klasse.

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

Gilt für:

InstanceNotFoundException(String)

Initialisiert eine neue Instanz der InstanceNotFoundException-Klasse, deren Meldungszeichenfolge auf message festgelegt ist.

public:
 InstanceNotFoundException(System::String ^ message);
public InstanceNotFoundException (string message);
new System.Management.Instrumentation.InstanceNotFoundException : string -> System.Management.Instrumentation.InstanceNotFoundException
Public Sub New (message As String)

Parameter

message
String

Eine Zeichenfolge, die eine Fehlermeldung mit einer Erklärung der Ursache für die Ausnahme enthält.

Gilt für:

InstanceNotFoundException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der InstanceNotFoundException-Klasse mit den angegebenen Serialisierungsinformationen und dem angegebenen Streamingkontext.

protected:
 InstanceNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected InstanceNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Management.Instrumentation.InstanceNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Management.Instrumentation.InstanceNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

info
SerializationInfo

Die SerializationInfo, die alle erforderlichen Daten zum Serialisieren der Ausnahme enthält.

context
StreamingContext

Der StreamingContext, der die Quelle und das Ziel des Streams angibt.

Gilt für:

InstanceNotFoundException(String, Exception)

Initialisiert eine neue Instanz der InstanceNotFoundException-Klasse mit der angegebenen Fehlermeldung und einem Verweis auf die innerne Ausnahme.

public:
 InstanceNotFoundException(System::String ^ message, Exception ^ innerException);
public InstanceNotFoundException (string message, Exception innerException);
new System.Management.Instrumentation.InstanceNotFoundException : string * Exception -> System.Management.Instrumentation.InstanceNotFoundException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Eine Zeichenfolge, die eine Fehlermeldung mit einer Erklärung der Ursache für die Ausnahme enthält.

innerException
Exception

Die Ausnahme, die dazu geführt hat, dass die aktuelle Ausnahme ausgelöst wurde.

Gilt für: