GraphException 类

定义

在 GraphNodeId 过程中发生分析错误时引发的异常。

public ref class GraphException : Exception
[System.Serializable]
public class GraphException : Exception
[<System.Serializable>]
type GraphException = class
    inherit Exception
Public Class GraphException
Inherits Exception
继承
GraphException
属性

构造函数

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

属性

Message

获取消息

方法

GetObjectData(SerializationInfo, StreamingContext)

ISerializable 实现-获取对象的数据。 将关系图序列化为 DGML

适用于