Bagikan melalui


FeatureNotEnabledException Konstruktor

Definisi

Overload

FeatureNotEnabledException()

Konstruktor publik

FeatureNotEnabledException(String)

Konstruktor publik

FeatureNotEnabledException(String, Exception)

Konstruktor publik

FeatureNotEnabledException()

Konstruktor publik

public FeatureNotEnabledException ();

Berlaku untuk

FeatureNotEnabledException(String)

Konstruktor publik

public FeatureNotEnabledException (string message);

Parameter

message
System.String

Pesan untuk digunakan pengembang saat men-debug.

Berlaku untuk

FeatureNotEnabledException(String, Exception)

Konstruktor publik

public FeatureNotEnabledException (string message, Exception innerException);

Parameter

message
System.String

Pesan untuk digunakan pengembang saat men-debug.

innerException
System.Exception

Terkait pengecualian dalam.

Berlaku untuk