RdmException Class
Description:
The RdmException class, derived from DbException, represents an error returned from the RDM SQL engine.
Public Properties:
- Data (Inherited from Exception)
 - ErrorCode (Inherited from ExternalException)
 - HelpLink (Inherited from Exception)
 - HResult (Inherited from Exception)
 - InnerException (Inherited from Exception)
 - Message (Inherited from Exception)
 - Procedure
 - Source (Inherited from Exception)
 - SqlState
 - StackTrace (Inherited from Exception)
 - TargetSite (Inherited from Exception)
 
Public Methods:
- Equals(Object other) (Inherited from Object)
 - GetBaseException() (Inherited from Exception)
 - GetHashCode() (Inherited from Object)
 - GetObjectData (Inherited from Exception)
 - GetType() (Inherited from Object)
 - ToString() (Inherited from Component)
 
Reference: