Class BrokerError
public class BrokerError : BaseCommand, Command, DataStructure, ICloneable
- Inheritance
-
BrokerError
- Implements
- Inherited Members
Constructors
BrokerError()
public BrokerError()
Properties
Cause
public BrokerError Cause { get; set; }
Property Value
ExceptionClass
public string ExceptionClass { get; set; }
Property Value
Message
public string Message { get; set; }
Property Value
StackTrace
public string StackTrace { get; }
Property Value
StackTraceElements
public StackTraceElement[] StackTraceElements { get; set; }
Property Value
Methods
PrintStackTrace(TextWriter)
public void PrintStackTrace(TextWriter writer)
Parameters
writer
TextWriter