CoptException.CoptException()¶
Constructor of coptexception.
Synopsis
CoptException(int code, string msg)Arguments
code: error code for exception.
msg: error message for exception.
CoptException.GetCode()¶
Get the error code associated with the exception.
Synopsis
int GetCode()Return
the error code.