ZLibException Constructor

DotZLib

DotZLib .Net wrapper for ZLib1.dll

ZLibException Constructor

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

Overload List

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

public ZLibException(int);

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

public ZLibException(int,string);

See Also

ZLibException Class | DotZLib Namespace