C# Класс Cimbalino.Phone.Toolkit.Compression.ZlibException

Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
ZlibException ( ) : System

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

ZlibException ( System 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 ( System s ) : System
s System the message for the exception.
Результат System