C# Class W3c.Ddr.Exceptions.DDRException

It is the superclass of all DDR Simple API exceptions other than SystemException. Implementations should raise subclasses of DDRException, they should not raise this exception directly.
Inheritance: System.Exception
Afficher le fichier Open project: OpenDDRdotORG/OpenDDR-CSharp

Méthodes publiques

Свойство Type Description
IMPLEMENTATION_ERROR int

Méthodes publiques

Méthode Description
DDRException ( ) : System
DDRException ( int code, Exception ex ) : System
DDRException ( int code, String message ) : System
GetMessage ( ) : String

Method Details

DDRException() public méthode

public DDRException ( ) : System
Résultat System

DDRException() public méthode

public DDRException ( int code, Exception ex ) : System
code int
ex System.Exception
Résultat System

DDRException() public méthode

public DDRException ( int code, String message ) : System
code int
message String
Résultat System

GetMessage() public méthode

public GetMessage ( ) : String
Résultat String

Property Details

IMPLEMENTATION_ERROR public_oe static_oe property

This code may be used by implementations to create custom error codes. All implementation specific codes must be greater than this value. Implementations may define specific codes for different kinds of failures during initialization.
public static int IMPLEMENTATION_ERROR
Résultat int