XdmException PropertiesXdmException PropertiesXdmException Properties

The XdmExceptionXdmExceptionXdmException type exposes the following members.

Properties

 PropertyDescription
Public propertyException.DataException.DataException::DataGets 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.
Public propertyException.HResultException.HResultException::HResultGets or sets HRESULT, a coded numerical value that is assigned to a specific exception.(Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyException.InnerExceptionException.InnerExceptionException::InnerExceptionGets 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::MessageGets a message that describes the current exception.(Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyException.SourceException.SourceException::SourceGets 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::StackTraceGets a string representation of the immediate frames on the call stack.(Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyException.TargetSiteException.TargetSiteException::TargetSiteGets the method that throws the current exception.(Inherited from System.ExceptionSystem.ExceptionSystem::Exception)

Top