PLCnext API Documentation
22.9.0.33
|
This is the complete list of members for Arp::Exception, including all inherited members.
Clone(void) const | Arp::Exception | protectedvirtual |
Exception(const char *message, const Args &... args) | Arp::Exception | inline |
Exception(const String &message) | Arp::Exception | inline |
Exception(String &&message) | Arp::Exception | inline |
Exception(const String &message, const Exception &innerException) | Arp::Exception | inline |
Exception(String &&message, Exception &&innerException) | Arp::Exception | inline |
Exception(const Exception &arg)=default | Arp::Exception | |
Exception(Exception &&arg)=default | Arp::Exception | |
Exception(String &&message, const Exception::Ptr &innerExceptionPtr) | Arp::Exception | inlineprotected |
Format(int indentLevel, bool withInnerException) const | Arp::Exception | protectedvirtual |
GetInnerException(void) const | Arp::Exception | inline |
GetMessage(void) const | Arp::Exception | inline |
GetTypeCode(void) const | Arp::Exception | inline |
GetTypeCodeInternal(void) const | Arp::Exception | protectedvirtual |
HasInnerException(void) const | Arp::Exception | inline |
indentChar | Arp::Exception | protectedstatic |
indentSize | Arp::Exception | protectedstatic |
innerIndentChar | Arp::Exception | protectedstatic |
Ptr typedef | Arp::Exception | |
ToString(void) const | Arp::Exception | |
~Exception(void)=default | Arp::Exception | virtual |