FeatureNotEnabledException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
內部例外狀況相關。