class DMException


Base class:

Exception

Implemented interfaces:

ISerializable
_Exception

Derived types:

DMException
DMLogonException

Constructors

DMException (EExceptionReason reason)


DMException (EExceptionReason reason, String message)


DMException (EExceptionReason reason, String message, String advancedMessage)


DMException (EExceptionReason reason, Object[] placeholders)


DMException (EExceptionReason reason, String message, Object[] placeholders)


DMException (EExceptionReason reason, String message, String advancedMessage, Object[] placeholders)


Properties

String AdvancedMessage { get; }


EAlertSeverity AlertType { get; set; }


IDictionary Data { get; }


String HelpLink { get; set; }


Int32 HResult { get; }


Exception InnerException { get; }


String Message { get; }


String ObjectNotFound { get; }


Object[] PlaceHolders { get; set; }


EExceptionReason Reason { get; }


String Source { get; set; }


String StackTrace { get; }


MethodBase TargetSite { get; }