GraphException Constructor (String, Exception)

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

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public GraphException(
    string message,
    Exception innerException
)
public:
GraphException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> GraphException
public function GraphException(
    message : String, 
    innerException : Exception
)

Parameters

.NET Framework Security

See Also

Reference

GraphException Class

GraphException Overload

Microsoft.VisualStudio.GraphModel Namespace