GraphException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- info
- SerializationInfo
- context
- StreamingContext
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