EventDefinitionBase.WarningAsError(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回警告即錯誤例外狀況,包裝此事件的指定訊息。
protected virtual Exception WarningAsError (string message);
abstract member WarningAsError : string -> Exception
override this.WarningAsError : string -> Exception
Protected Overridable Function WarningAsError (message As String) As Exception
參數
- message
- String
要包裝的訊息。