C# Class ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip.ZlibException

A general purpose exception class for exceptions in the Zlib library.
Inheritance: System.Exception
ファイルを表示 Open project: Esri/arcgis-toolkit-sl-wpf

Public Methods

Method Description
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.

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 ( System s ) : System
s System
return System