Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
DotZLib.ZLibException Class Reference

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

Inheritance diagram for DotZLib.ZLibException:
Inheritance graph
Collaboration diagram for DotZLib.ZLibException:
Collaboration graph

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

Definition at line 86 of file DotZLib.cs.

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

Definition at line 94 of file DotZLib.cs.

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

Definition at line 103 of file DotZLib.cs.


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