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

A general purpose exception class for exceptions in the Zlib library.
Inheritance: System.Exception
Afficher le fichier Open project: Esri/arcgis-toolkit-sl-wpf

Méthodes publiques

Méthode 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 méthode

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

ZlibException() public méthode

This ctor collects a message attached to the exception.
public ZlibException ( System s ) : System
s System
Résultat System