C# Класс ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip.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 ( 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
Результат System