C# 클래스 ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip.ZlibException

A general purpose exception class for exceptions in the Zlib library.
상속: System.Exception
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-sl-wpf

공개 메소드들

메소드 설명
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