Click or drag to resize
MqException Properties

The MqException type exposes the following members.

Properties
  NameDescription
Public propertyData
获取一个提供用户定义的其他异常信息的键/值对的集合。
(Inherited from Exception.)
Public propertyHelpLink
获取或设置指向此异常所关联帮助文件的链接。
(Inherited from Exception.)
Protected propertyHResult
获取或设置 HRESULT,它是分配给特定异常的编码数值。
(Inherited from Exception.)
Public propertyInnerException
获取导致当前异常的 Exception 实例。
(Inherited from Exception.)
Public propertyMessage
获取描述当前异常的消息。
(Inherited from Exception.)
Public propertySource
获取或设置导致错误的应用程序或对象的名称。
(Inherited from Exception.)
Public propertyStackTrace
获取当前异常发生时调用堆栈上的帧的字符串表示形式。
(Inherited from Exception.)
Public propertyTargetSite
获取引发当前异常的方法。
(Inherited from Exception.)
Top
See Also