共用方式為


FeatureNotEnabledException 建構函式

定義

多載

FeatureNotEnabledException()

公用建構函式

FeatureNotEnabledException(String)

公用建構函式

FeatureNotEnabledException(String, Exception)

公用建構函式

FeatureNotEnabledException()

公用建構函式

public FeatureNotEnabledException ();

適用於

FeatureNotEnabledException(String)

公用建構函式

public FeatureNotEnabledException (string message);

參數

message
System.String

開發人員在偵錯時要使用的訊息。

適用於

FeatureNotEnabledException(String, Exception)

公用建構函式

public FeatureNotEnabledException (string message, Exception innerException);

參數

message
System.String

開發人員在偵錯時要使用的訊息。

innerException
System.Exception

內部例外狀況相關。

適用於