ZLibException Constructor (Int32, String)

DotZLib

DotZLib .Net wrapper for ZLib1.dll

ZLibException Constructor (Int32, String)

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

public ZLibException(
   int errorCode,
   string msg
);

Parameters

errorCode
The zlib error code that caused the exception
msg
A message that (hopefully) describes the error

See Also

ZLibException Class | DotZLib Namespace | ZLibException Constructor Overload List