DocsMarshal
/
Types
/
DocsMarshal.Entities.Exceptions.DMException
class
DMException
Base class:
Exception
Implemented interfaces:
ISerializable
_Exception
Derived types:
This type is not derived by any type in DocsMarshal.
Constructors
DMException
(
EExceptionReason
reason)
DMException
(
EExceptionReason
reason,
String
message)
DMException
(
EExceptionReason
reason,
String
message,
String
advancedMessage)
Properties
String
AdvancedMessage
{ get; }
IDictionary
Data
{ get; }
String
HelpLink
{ get; set; }
Int32
HResult
{ get; }
Exception
InnerException
{ get; }
String
Message
{ get; }
EExceptionReason
Reason
{ get; }
String
Source
{ get; set; }
String
StackTrace
{ get; }
MethodBase
TargetSite
{ get; }
Top