FeatureNotSupportedException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FeatureNotSupportedException() |
建立 FeatureNotSupportedException 的新實例。 |
FeatureNotSupportedException(String) |
使用指定的訊息建立 FeatureNotSupportedException 的新實例。 |
FeatureNotSupportedException(String, Exception) |
使用指定的訊息和內部例外狀況,建立 FeatureNotSupportedException 的新實例。 |
FeatureNotSupportedException()
建立 FeatureNotSupportedException 的新實例。
public FeatureNotSupportedException ();
適用於
FeatureNotSupportedException(String)
使用指定的訊息建立 FeatureNotSupportedException 的新實例。
public FeatureNotSupportedException (string message);
參數
- message
- System.String
例外狀況訊息。
適用於
FeatureNotSupportedException(String, Exception)
使用指定的訊息和內部例外狀況,建立 FeatureNotSupportedException 的新實例。
public FeatureNotSupportedException (string message, Exception innerException);
參數
- message
- System.String
例外狀況訊息。
- innerException
- System.Exception
內部例外狀況。