ArgumentNewLineException プロパティ |
ArgumentNewLineException 型は下記のメンバーを公開します。
名前 | 説明 | |
---|---|---|
![]() | 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 | Gets the error message and the parameter name, or only the error message if no parameter name is set. (ArgumentExceptionから継承) |
![]() | ParamName | Gets the name of the parameter that causes this exception. (ArgumentExceptionから継承) |
![]() | 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から継承) |