WmiProviderInstallationException Constructors

Definitie

Initialiseert een nieuwe instantie van de klasse. Dit is de parameterloze constructor.

Overloads

Name Description
WmiProviderInstallationException()

Initialiseert een nieuwe instantie van de klasse. Dit is de parameterloze constructor.

WmiProviderInstallationException(String)

Initialiseert een nieuw exemplaar van de klasse met een bericht waarin de uitzondering wordt beschreven.

WmiProviderInstallationException(SerializationInfo, StreamingContext)

Initialiseert een nieuw exemplaar van de klasse met serialisatie-informatie.

WmiProviderInstallationException(String, Exception)

Initialiseert een nieuwe klasse met de opgegeven tekenreeks en uitzondering.

WmiProviderInstallationException()

Initialiseert een nieuwe instantie van de klasse. Dit is de parameterloze constructor.

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

Van toepassing op

WmiProviderInstallationException(String)

Initialiseert een nieuw exemplaar van de klasse met een bericht waarin de uitzondering wordt beschreven.

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

Parameters

message
String

Bericht waarin de uitzondering wordt beschreven.

Van toepassing op

WmiProviderInstallationException(SerializationInfo, StreamingContext)

Initialiseert een nieuw exemplaar van de klasse met serialisatie-informatie.

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

Parameters

info
SerializationInfo

De gegevens die nodig zijn om een object te serialiseren of deserialiseren.

context
StreamingContext

Beschrijving van de bron en het doel van de opgegeven geserialiseerde stream.

Van toepassing op

WmiProviderInstallationException(String, Exception)

Initialiseert een nieuwe klasse met de opgegeven tekenreeks en uitzondering.

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

Parameters

message
String

Bericht waarin de uitzondering wordt beschreven.

innerException
Exception

De uitzonderingsinstantie die de huidige uitzondering heeft veroorzaakt.

Van toepassing op