EventDefinitionBase.WarningAsError(String) 方法

定义

返回一个警告即错误异常,该异常包装此事件的给定消息。

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

要包装的消息。

返回

适用于