 | Exception.DataException.DataException::Data |
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from System.ExceptionSystem.ExceptionSystem::Exception) |
 | ErrorCodeErrorCodeErrorCode |
Gets the qualified name of the error.
|
 | Exception.HResultException.HResultException::HResult |
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from System.ExceptionSystem.ExceptionSystem::Exception) |
 | Exception.HelpLinkException.HelpLinkException::HelpLink |
Gets or sets a link to the help file associated with this exception.
(Inherited from System.ExceptionSystem.ExceptionSystem::Exception) |
 | Exception.InnerExceptionException.InnerExceptionException::InnerException |
Gets the ExceptionExceptionException instance that caused the current exception.
(Inherited from System.ExceptionSystem.ExceptionSystem::Exception) |
 | LineNumberLineNumberLineNumber |
Gets the line number indicating where the error occurred.
|
 | LinePositionLinePositionLinePosition |
Gets the line position indicating where the error occurred.
|
 | Exception.MessageException.MessageException::Message |
Gets a message that describes the current exception.
(Inherited from System.ExceptionSystem.ExceptionSystem::Exception) |
 | Exception.SourceException.SourceException::Source |
Gets or sets the name of the application or the object that causes the error.
(Inherited from System.ExceptionSystem.ExceptionSystem::Exception) |
 | SourceUriSourceUriSourceUri |
Gets the source file indicating where the error occurred.
|
 | Exception.StackTraceException.StackTraceException::StackTrace |
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
(Inherited from System.ExceptionSystem.ExceptionSystem::Exception) |
 | Exception.TargetSiteException.TargetSiteException::TargetSite |
Gets the method that throws the current exception.
(Inherited from System.ExceptionSystem.ExceptionSystem::Exception) |