点击或拖拽改变大小

ExceptionTExceptionArgs 属性

ExceptionTExceptionArgs 泛型公开以下成员。

属性
  名称说明
公共属性Args
消息
公共属性Data
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(继承自 Exception。)
公共属性HelpLink
Gets or sets a link to the help file associated with this exception.
(继承自 Exception。)
公共属性HResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(继承自 Exception。)
公共属性InnerException
Gets the Exception instance that caused the current exception.
(继承自 Exception。)
公共属性Message
获取描述当前异常的消息
(重写 ExceptionMessage.)
公共属性Source
Gets or sets the name of the application or the object that causes the error.
(继承自 Exception。)
公共属性StackTrace
Gets a string representation of the immediate frames on the call stack.
(继承自 Exception。)
公共属性TargetSite
Gets the method that throws the current exception.
(继承自 Exception。)
Top
参见