C# 클래스 Zlib.ZlibException

상속: System.Exception
파일 보기 프로젝트 열기: robertbaker/SevenUpdate

공개 메소드들

메소드 설명
ZlibException ( ) : System

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

ZlibException ( string 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 ( string s ) : System
s string
리턴 System