C# Client 0.0.0.7
C# Library to interface with Corelink
|
Inherits Exception.
Public Member Functions | |
CorelinkException () | |
CorelinkException (string message) | |
CorelinkException (string message, Exception inner) | |
CorelinkException (int statusCode, string message) | |
Definition at line 7 of file CorelinkException.cs.
CoreLink.CorelinkException.CorelinkException | ( | ) |
Definition at line 9 of file CorelinkException.cs.
CoreLink.CorelinkException.CorelinkException | ( | string | message | ) |
Definition at line 12 of file CorelinkException.cs.
CoreLink.CorelinkException.CorelinkException | ( | string | message, |
Exception | inner ) |
Definition at line 15 of file CorelinkException.cs.
CoreLink.CorelinkException.CorelinkException | ( | int | statusCode, |
string | message ) |
Definition at line 18 of file CorelinkException.cs.