ExceptionMessageBox.Message 属性

定义

此功能将在Microsoft SQL Server 的未来版本中删除。 请避免在新的开发工作中使用该功能,并着手修改当前还在使用该功能的应用程序。 改用 Message

public:
 property Exception ^ Message { Exception ^ get(); void set(Exception ^ value); };
public Exception Message { get; set; }
member this.Message : Exception with get, set
Public Property Message As Exception

属性值

一个 Exception 对象。

适用于