C# Класс RestSharp.Compression.ZLib.ZlibException

A general purpose exception class for exceptions in the Zlib library.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ZlibException() публичный Метод

The ZlibException class captures exception information generated by the Zlib library.
public ZlibException ( ) : System
Результат System

ZlibException() публичный Метод

This ctor collects a message attached to the exception.
public ZlibException ( string s ) : System
s string
Результат System