GraphException Constructors

Definition

Overloads

GraphException()
GraphException(String)
GraphException(SerializationInfo, StreamingContext)
GraphException(String, Exception)

GraphException()

public:
 GraphException();
public GraphException ();
Public Sub New ()

Applies to

GraphException(String)

public:
 GraphException(System::String ^ message);
public GraphException (string message);
new Microsoft.VisualStudio.GraphModel.GraphException : string -> Microsoft.VisualStudio.GraphModel.GraphException
Public Sub New (message As String)

Parameters

message
String

Applies to

GraphException(SerializationInfo, StreamingContext)

protected:
 GraphException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected GraphException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.GraphModel.GraphException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.GraphModel.GraphException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

GraphException(String, Exception)

public:
 GraphException(System::String ^ message, Exception ^ innerException);
public GraphException (string message, Exception innerException);
new Microsoft.VisualStudio.GraphModel.GraphException : string * Exception -> Microsoft.VisualStudio.GraphModel.GraphException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to