GraphException.Message 属性

获取消息

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

语法

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

属性值

类型:String
返回 String

实现

_Exception.Message

.NET Framework 安全性

请参阅

参考

GraphException 类

Microsoft.VisualStudio.GraphModel 命名空间