C# Class Ghostscript.NET.ierrors

Mostrar archivo Open project: jhabjan/Ghostscript.NET

Public Properties

Property Type Description
DPS_ERROR_NAMES string[]
ERROR_NAMES List
LEVEL1_ERROR_NAMES string[]
LEVEL2_ERROR_NAMES string[]

Public Methods

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

Private Methods

Method Description
ierrors ( ) : System

Method Details

GetErrorName() public static method

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

IsError() public static method

public static IsError ( int code ) : bool
code int
return bool

IsErrorIgnoreQuit() public static method

public static IsErrorIgnoreQuit ( int code ) : bool
code int
return bool

IsFatal() public static method

public static IsFatal ( int code ) : bool
code int
return bool

IsFatalIgnoreNeedInput() public static method

public static IsFatalIgnoreNeedInput ( int code ) : bool
code int
return bool

IsInterrupt() public static method

public static IsInterrupt ( int ecode ) : bool
ecode int
return bool

Property Details

DPS_ERROR_NAMES public_oe static_oe property

public static string[] DPS_ERROR_NAMES
return string[]

ERROR_NAMES public_oe static_oe property

public static List ERROR_NAMES
return List

LEVEL1_ERROR_NAMES public_oe static_oe property

public static string[] LEVEL1_ERROR_NAMES
return string[]

LEVEL2_ERROR_NAMES public_oe static_oe property

public static string[] LEVEL2_ERROR_NAMES
return string[]