Share via


GraphException.Message Property

This member overrides Exception.Message.

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

Syntax

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

Property Value

Type: System.String

Implements

_Exception.Message

.NET Framework Security

See Also

Reference

GraphException Class

Microsoft.VisualStudio.GraphModel Namespace