SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
|
Public Member Functions | |
SmartAPIInternalException () | |
SmartAPIInternalException (string message) | |
SmartAPIInternalException (string message, Exception innerException) | |
SmartAPIInternalException (SerializationInfo info, StreamingContext context) | |
Class for internal errors. If this exception occurs, it probably is related to a bug in the SmartAPI and we would like to hear about it at https://github.com/erminas/smartapi or info@. ermi nas.d e
Definition at line 24 of file SmartAPIInternalException.cs.
erminas.SmartAPI.Exceptions.SmartAPIInternalException.SmartAPIInternalException | ( | ) |
Definition at line 26 of file SmartAPIInternalException.cs.
erminas.SmartAPI.Exceptions.SmartAPIInternalException.SmartAPIInternalException | ( | string | message | ) |
Definition at line 30 of file SmartAPIInternalException.cs.
erminas.SmartAPI.Exceptions.SmartAPIInternalException.SmartAPIInternalException | ( | string | message, |
Exception | innerException | ||
) |
Definition at line 34 of file SmartAPIInternalException.cs.
erminas.SmartAPI.Exceptions.SmartAPIInternalException.SmartAPIInternalException | ( | SerializationInfo | info, |
StreamingContext | context | ||
) |
Definition at line 38 of file SmartAPIInternalException.cs.