Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
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

Definition at line 86 of file DotZLib.cs.

Constructor & Destructor Documentation

◆ ZLibException() [1/2]

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.

◆ ZLibException() [2/2]

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: