名前 | 解説 | |
---|---|---|
Data | Gets a collection of key/value pairs that provide additional user-defined information about the exception. System.Exceptionから継承されます。 | |
HelpLink | Gets or sets a link to the help file associated with this exception. System.Exceptionから継承されます。 | |
HResult | Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. System.Exceptionから継承されます。 | |
InnerException | Gets the System.Exception instance that caused the current exception. System.Exceptionから継承されます。 | |
Message | オーバーライドされます。 | |
ParamName | Gets the name of the parameter that causes this exception. System.ArgumentExceptionから継承されます。 | |
Resource | 画像名。 | |
Source | 画像ソース。 | |
StackTrace | Gets a string representation of the immediate frames on the call stack. System.Exceptionから継承されます。 | |
TargetSite | Gets the method that throws the current exception. System.Exceptionから継承されます。 | |
Type | タイプ。 |