SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.Exceptions.SmartAPIInternalException Class Reference
+ Inheritance diagram for erminas.SmartAPI.Exceptions.SmartAPIInternalException:
+ Collaboration diagram for erminas.SmartAPI.Exceptions.SmartAPIInternalException:

Public Member Functions

 SmartAPIInternalException ()
 
 SmartAPIInternalException (string message)
 
 SmartAPIInternalException (string message, Exception innerException)
 
 SmartAPIInternalException (SerializationInfo info, StreamingContext context)
 

Detailed Description

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@.nosp@m.ermi.nosp@m.nas.d.nosp@m.e.

Definition at line 24 of file SmartAPIInternalException.cs.

Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following file: