GraphException.Message Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get the message

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
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

Property Value

Type: System.String
Returns String.

Implements

_Exception.Message

.NET Framework Security

See Also

Reference

GraphException Class

Microsoft.VisualStudio.GraphModel Namespace