IWarningInfo

IWarningInfo interface

表示所有警告的基本接口。

public interface IWarningInfo

特性

姓名描述
Description { get; }返回此警告的人类可读描述。 只读String。
WarningType { get; }返回警告类型。 只读WarningType

方法

姓名描述
SendWarning(IWarningCallback)如果接收者不为空,则结束对指定接收者的警告,如果接收者决定中止操作,则抛出 AbortRequestedException。

也可以看看