#include <Exception.h>
Additional Inherited Members | |
Public Member Functions inherited from Stroika::Foundation::Execution::Exception< BASE_EXCEPTION > | |
| virtual const char * | what () const noexcept override |
Public Member Functions inherited from Stroika::Foundation::Execution::ExceptionStringHelper | |
| ExceptionStringHelper ()=delete | |
| nonvirtual Characters::String | GetBasicErrorMessage () const |
| nonvirtual Characters::String | GetFullErrorMessage () const |
| nonvirtual Containers::Stack< Activity<> > | GetActivities () const |
| template<typename T > | |
| nonvirtual T | As () const |
Protected Member Functions inherited from Stroika::Foundation::Execution::Exception< BASE_EXCEPTION > | |
| template<typename... BASE_EXCEPTION_ARGS> | |
| Exception (const Characters::String &reasonForError, BASE_EXCEPTION_ARGS... baseExceptionArgs) | |
Protected Member Functions inherited from Stroika::Foundation::Execution::ExceptionStringHelper | |
| nonvirtual const char * | _PeekAtNarrowSDKString_ () const |
An exception reported by the (typically remote) database.
Definition at line 28 of file Database/Exception.h.