Freigeben über


FeatureNotSupportedException Konstruktoren

Definition

Überlädt

FeatureNotSupportedException()

Erstellt eine neue instance von FeatureNotSupportedException.

FeatureNotSupportedException(String)

Erstellt eine neue instance von FeatureNotSupportedException mit der angegebenen Meldung.

FeatureNotSupportedException(String, Exception)

Erstellt eine neue instance von FeatureNotSupportedException mit der angegebenen Meldung und der angegebenen inneren Ausnahme.

FeatureNotSupportedException()

Erstellt eine neue instance von FeatureNotSupportedException.

public FeatureNotSupportedException ();

Gilt für:

FeatureNotSupportedException(String)

Erstellt eine neue instance von FeatureNotSupportedException mit der angegebenen Meldung.

public FeatureNotSupportedException (string message);

Parameter

message
System.String

Die Ausnahmemeldung.

Gilt für:

FeatureNotSupportedException(String, Exception)

Erstellt eine neue instance von FeatureNotSupportedException mit der angegebenen Meldung und der angegebenen inneren Ausnahme.

public FeatureNotSupportedException (string message, Exception innerException);

Parameter

message
System.String

Die Ausnahmemeldung.

innerException
System.Exception

Die innere Ausnahme.

Gilt für: