GraphException Class

Definition

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)
GraphException(String, Exception)

Properties

Message

Get the message

Methods

GetObjectData(SerializationInfo, StreamingContext)

ISerializable implementation - Gets the data for the object. Serialize the graph into DGML

Applies to