GraphException Class
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.
An exception that is thrown when a parsing error occurs during a GraphNodeId.Parse
public ref class GraphException : Exception
[System.Serializable]
public class GraphException : Exception
[<System.Serializable>]
type GraphException = class
inherit Exception
Public Class GraphException
Inherits Exception
- Inheritance
-
GraphException
- Attributes
Constructors
GraphException() | |
GraphException(SerializationInfo, StreamingContext) | |
GraphException(String, Exception) | |
GraphException(String) |
Properties
Message |
Get the message |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
ISerializable implementation - Gets the data for the object. Serialize the graph into DGML |