Ultimate base class of all Cmajor exceptions. By catching System.Exception all exceptions can be handled.
public nothrow | Exception(const String<char>& message_) |
public inline nothrow const String<char>& | CallStack() const |
public inline nothrow const String<char>& | Message() const |
public virtual nothrow String<char> | ToString() const |
private String<char> | callStack |
private String<char> | message |