GraphException.Message 属性

此成员重写 Exception.Message

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public Overrides ReadOnly Property Message As String
    Get
public override string Message { get; }
public:
virtual property String^ Message {
    String^ get () override;
}
abstract Message : string
override Message : string
override function get Message () : String

属性值

类型:System.String

实现

_Exception.Message

.NET Framework 安全性

请参见

参考

GraphException 类

Microsoft.VisualStudio.GraphModel 命名空间