Udostępnij za pośrednictwem


InstanceNotFoundException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy InstanceNotFoundException.

Przeciążenia

InstanceNotFoundException()

Inicjuje nowe wystąpienie klasy InstanceNotFoundException.

InstanceNotFoundException(String)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException z ciągiem komunikatu ustawionym na komunikat.

InstanceNotFoundException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException z określonymi informacjami o serializacji i kontekstem przesyłania strumieniowego.

InstanceNotFoundException(String, Exception)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException z określonym komunikatem o błędzie i wyjątkiem wewnętrznym.

InstanceNotFoundException()

Inicjuje nowe wystąpienie klasy InstanceNotFoundException.

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

Dotyczy

InstanceNotFoundException(String)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException z ciągiem komunikatu ustawionym na komunikat.

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)

Parametry

message
String

Ciąg zawierający komunikat o błędzie, który wyjaśnia przyczynę wyjątku.

Dotyczy

InstanceNotFoundException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException z określonymi informacjami o serializacji i kontekstem przesyłania strumieniowego.

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)

Parametry

info
SerializationInfo

Wartość SerializationInfo zawierająca wszystkie dane wymagane do serializacji wyjątku.

context
StreamingContext

Obiekt StreamingContext określający źródło i miejsce docelowe strumienia.

Dotyczy

InstanceNotFoundException(String, Exception)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException z określonym komunikatem o błędzie i wyjątkiem wewnętrznym.

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)

Parametry

message
String

Ciąg zawierający komunikat o błędzie, który wyjaśnia przyczynę wyjątku.

innerException
Exception

Wyjątek, który spowodował zgłoszenie bieżącego wyjątku.

Dotyczy