ThingWorx C SDK
Public Member Functions | List of all members
DotZLib.ZLibException Class Reference

The exception that is thrown when an error occurs on the zlib dll More...

Inheritance diagram for DotZLib.ZLibException:

Public Member Functions

 ZLibException (int errorCode, string msg)
 Initializes a new instance of the ZLibException class with a specified error message and error code More...
 
 ZLibException (int errorCode)
 Initializes a new instance of the ZLibException class with a specified error code More...
 

Detailed Description

The exception that is thrown when an error occurs on the zlib dll

Constructor & Destructor Documentation

DotZLib.ZLibException.ZLibException ( int  errorCode,
string  msg 
)
inline

Initializes a new instance of the ZLibException class with a specified error message and error code

Parameters
errorCodeThe zlib error code that caused the exception
msgA message that (hopefully) describes the error
DotZLib.ZLibException.ZLibException ( int  errorCode)
inline

Initializes a new instance of the ZLibException class with a specified error code

Parameters
errorCodeThe zlib error code that caused the exception

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