C# Class RestSharp.Compression.ZLib.ZlibException

A general purpose exception class for exceptions in the Zlib library.
Inheritance: System.Exception
Exibir arquivo Open project: eamonwoortman/RestSharp.Unity

Public Methods

Method Description
ZlibException ( ) : System

The ZlibException class captures exception information generated by the Zlib library.

ZlibException ( string s ) : System

This ctor collects a message attached to the exception.

Method Details

ZlibException() public method

The ZlibException class captures exception information generated by the Zlib library.
public ZlibException ( ) : System
return System

ZlibException() public method

This ctor collects a message attached to the exception.
public ZlibException ( string s ) : System
s string
return System