MdkLocalException 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前説明
Public プロパティData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Exception から継承されます。)
Public プロパティHelpLink
Gets or sets a link to the help file associated with this exception.
(Exception から継承されます。)
Protected プロパティHResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Exception から継承されます。)
Public プロパティInnerException
Gets the Exception instance that caused the current exception.
(Exception から継承されます。)
Public プロパティMessage
Gets a message that describes the current exception.
(Exception から継承されます。)
Public プロパティSource
Gets or sets the name of the application or the object that causes the error.
(Exception から継承されます。)
Public プロパティStackTrace
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
(Exception から継承されます。)
Public プロパティTargetSite
Gets the method that throws the current exception.
(Exception から継承されます。)

参照