XdmException PropertiesXdmException PropertiesXdmException Properties

The XdmExceptionXdmExceptionXdmException type exposes the following members.

Properties

 PropertyDescription
Public propertyException.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)
Public propertyErrorCodeErrorCodeErrorCode Gets the qualified name of the error.
Protected propertyException.HResultException.HResultException::HResult Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyException.InnerExceptionException.InnerExceptionException::InnerException Gets the ExceptionExceptionException instance that caused the current exception. (Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyLineNumberLineNumberLineNumber Gets the line number indicating where the error occurred.
Public propertyLinePositionLinePositionLinePosition Gets the line position indicating where the error occurred.
Public propertyException.MessageException.MessageException::Message Gets a message that describes the current exception. (Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyException.SourceException.SourceException::Source Gets or sets the name of the application or the object that causes the error. (Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertySourceUriSourceUriSourceUri Gets the source file indicating where the error occurred.
Public propertyException.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)
Public propertyException.TargetSiteException.TargetSiteException::TargetSite Gets the method that throws the current exception. (Inherited from System.ExceptionSystem.ExceptionSystem::Exception)

Top