Udostępnij za pośrednictwem


InstrumentationException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy InstrumentationException. Jest to konstruktor bez parametrów.

Przeciążenia

InstrumentationException()

Inicjuje nowe wystąpienie klasy InstrumentationException. Jest to konstruktor bez parametrów.

InstrumentationException(Exception)

Inicjuje nową InstrumentationException klasę za pomocą elementu System.Exception, który spowodował bieżący wyjątek.

InstrumentationException(String)

Inicjuje InstrumentationException nowe wystąpienie klasy z komunikatem opisujący wyjątek.

InstrumentationException(SerializationInfo, StreamingContext)

Inicjuje InstrumentationException nowe wystąpienie klasy z informacjami o serializacji.

InstrumentationException(String, Exception)

Inicjuje nową InstrumentationException klasę z określonym ciągiem i wyjątkiem.

InstrumentationException()

Inicjuje nowe wystąpienie klasy InstrumentationException. Jest to konstruktor bez parametrów.

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

Dotyczy

InstrumentationException(Exception)

Inicjuje nową InstrumentationException klasę za pomocą elementu System.Exception, który spowodował bieżący wyjątek.

public:
 InstrumentationException(Exception ^ innerException);
public InstrumentationException (Exception innerException);
new System.Management.Instrumentation.InstrumentationException : Exception -> System.Management.Instrumentation.InstrumentationException
Public Sub New (innerException As Exception)

Parametry

innerException
Exception

Wystąpienie wyjątku, które spowodowało bieżący wyjątek.

Dotyczy

InstrumentationException(String)

Inicjuje InstrumentationException nowe wystąpienie klasy z komunikatem opisujący wyjątek.

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

Parametry

message
String

Komunikat opisujący wyjątek.

Dotyczy

InstrumentationException(SerializationInfo, StreamingContext)

Inicjuje InstrumentationException nowe wystąpienie klasy z informacjami o serializacji.

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

Parametry

info
SerializationInfo

Dane wymagane do serializacji lub deserializacji obiektu.

context
StreamingContext

Opis źródła i miejsca docelowego określonego serializowanego strumienia.

Dotyczy

InstrumentationException(String, Exception)

Inicjuje nową InstrumentationException klasę z określonym ciągiem i wyjątkiem.

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

Parametry

message
String

Komunikat opisujący wyjątek.

innerException
Exception

Wystąpienie wyjątku, które spowodowało bieżący wyjątek.

Dotyczy