C# 클래스 Ghostscript.NET.ierrors

파일 보기 프로젝트 열기: jhabjan/Ghostscript.NET

공개 프로퍼티들

프로퍼티 타입 설명
DPS_ERROR_NAMES string[]
ERROR_NAMES List
LEVEL1_ERROR_NAMES string[]
LEVEL2_ERROR_NAMES string[]

공개 메소드들

메소드 설명
GetErrorName ( int code ) : string

Returns error name.

IsError ( int code ) : bool
IsErrorIgnoreQuit ( int code ) : bool
IsFatal ( int code ) : bool
IsFatalIgnoreNeedInput ( int code ) : bool
IsInterrupt ( int ecode ) : bool

비공개 메소드들

메소드 설명
ierrors ( ) : System

메소드 상세

GetErrorName() 공개 정적인 메소드

Returns error name.
public static GetErrorName ( int code ) : string
code int
리턴 string

IsError() 공개 정적인 메소드

public static IsError ( int code ) : bool
code int
리턴 bool

IsErrorIgnoreQuit() 공개 정적인 메소드

public static IsErrorIgnoreQuit ( int code ) : bool
code int
리턴 bool

IsFatal() 공개 정적인 메소드

public static IsFatal ( int code ) : bool
code int
리턴 bool

IsFatalIgnoreNeedInput() 공개 정적인 메소드

public static IsFatalIgnoreNeedInput ( int code ) : bool
code int
리턴 bool

IsInterrupt() 공개 정적인 메소드

public static IsInterrupt ( int ecode ) : bool
ecode int
리턴 bool

프로퍼티 상세

DPS_ERROR_NAMES 공개적으로 정적으로 프로퍼티

public static string[] DPS_ERROR_NAMES
리턴 string[]

ERROR_NAMES 공개적으로 정적으로 프로퍼티

public static List ERROR_NAMES
리턴 List

LEVEL1_ERROR_NAMES 공개적으로 정적으로 프로퍼티

public static string[] LEVEL1_ERROR_NAMES
리턴 string[]

LEVEL2_ERROR_NAMES 공개적으로 정적으로 프로퍼티

public static string[] LEVEL2_ERROR_NAMES
리턴 string[]