Freigeben über


FeatureNotEnabledException Konstruktoren

Definition

Überlädt

FeatureNotEnabledException()

Öffentlicher Konstruktor

FeatureNotEnabledException(String)

Öffentlicher Konstruktor

FeatureNotEnabledException(String, Exception)

Öffentlicher Konstruktor

FeatureNotEnabledException()

Öffentlicher Konstruktor

public FeatureNotEnabledException();

Gilt für:

FeatureNotEnabledException(String)

Öffentlicher Konstruktor

public FeatureNotEnabledException(string message);

Parameter

message
System.String

Meldung, die der Entwickler beim Debuggen verwenden soll.

Gilt für:

FeatureNotEnabledException(String, Exception)

Öffentlicher Konstruktor

public FeatureNotEnabledException(string message, Exception innerException);

Parameter

message
System.String

Meldung, die der Entwickler beim Debuggen verwenden soll.

innerException
System.Exception

Innere Ausnahme im Zusammenhang.

Gilt für: