Share via


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

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

Properties

Name Description
Message

Get the message

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

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

Applies to