Message

ErrorEvent.Message property

消息属性必须返回它被初始化的值。创建对象时,该属性必须初始化为空字符串。它代表错误消息。

public string Message { get; }

适当的价值

消息。

也可以看看