C# Class W3c.Ddr.Exceptions.InitializationException

This is a subclass of DDRException and represents an error during the initialization phase of the Simple API. It is thrown only by the initialize method of the Service interface and the newService method of the ServiceFactory class.
Inheritance: DDRException
Afficher le fichier Open project: OpenDDRdotORG/OpenDDR-CSharp

Méthodes publiques

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

Méthodes publiques

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

Method Details

InitializationException() public méthode

public InitializationException ( ) : System
Résultat System

InitializationException() public méthode

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

InitializationException() public méthode

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

Property Details

INITIALIZATION_ERROR public_oe static_oe property

There was a problem during initialization. Implementations may define specific codes for different kinds of failures during initialization.
public static int INITIALIZATION_ERROR
Résultat int