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
Mostra file Open project: OpenDDRdotORG/OpenDDR-CSharp

Public Properties

Property Type Description
INITIALIZATION_ERROR int

Public Methods

Method Description
InitializationException ( ) : System
InitializationException ( int code, Exception ex ) : System
InitializationException ( int code, String message ) : System

Method Details

InitializationException() public method

public InitializationException ( ) : System
return System

InitializationException() public method

public InitializationException ( int code, Exception ex ) : System
code int
ex System.Exception
return System

InitializationException() public method

public InitializationException ( int code, String message ) : System
code int
message String
return 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
return int