点击或拖拽改变大小

ExceptionTExceptionArgs 方法

ExceptionTExceptionArgs 泛型公开以下成员。

方法
  名称说明
公共方法Equals
确定指定的object是否等于当前的object
(重写 ObjectEquals(Object).)
公共方法GetBaseException
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(继承自 Exception。)
公共方法GetHashCode
Serves as the default hash function.
(重写 ObjectGetHashCode.)
公共方法GetObjectData
获取存储对象的序列化数据
(重写 ExceptionGetObjectData(SerializationInfo, StreamingContext).)
公共方法GetType
Gets the runtime type of the current instance.
(继承自 Exception。)
公共方法ToString
Creates and returns a string representation of the current exception.
(继承自 Exception。)
Top
扩展方法
  名称说明
公共扩展器方法ToJsonString
获取当前对象的JSON格式表示的字符串。
Gets the string represented by the JSON format of the current object.
(由 HslExtension 定义。)
Top
参见