GraphException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 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 |