SqlException.Message 属性
定义
获取对错误进行描述的文本。Gets the text describing the error.
public:
virtual property System::String ^ Message { System::String ^ get(); };
public override string Message { get; }
member this.Message : string
Public Overrides ReadOnly Property Message As String
属性值
描述错误的文本。The text describing the error.