C# Class Deveel.Data.SystemErrorCodes

Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode Description
GetErrorCode ( string errorName ) : int
IsSystemError ( int value ) : bool
IsSystemError ( string name ) : bool

Private Methods

Méthode Description
BuildErrorMap ( ) : int>.Dictionary
SystemErrorCodes ( ) : System

Method Details

GetErrorCode() public static méthode

public static GetErrorCode ( string errorName ) : int
errorName string
Résultat int

IsSystemError() public static méthode

public static IsSystemError ( int value ) : bool
value int
Résultat bool

IsSystemError() public static méthode

public static IsSystemError ( string name ) : bool
name string
Résultat bool