C# 클래스 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.
상속: DDRException
파일 보기 프로젝트 열기: OpenDDRdotORG/OpenDDR-CSharp

공개 프로퍼티들

프로퍼티 타입 설명
INITIALIZATION_ERROR int

공개 메소드들

메소드 설명
InitializationException ( ) : System
InitializationException ( int code, Exception ex ) : System
InitializationException ( int code, String message ) : System

메소드 상세

InitializationException() 공개 메소드

public InitializationException ( ) : System
리턴 System

InitializationException() 공개 메소드

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

InitializationException() 공개 메소드

public InitializationException ( int code, String message ) : System
code int
message String
리턴 System

프로퍼티 상세

INITIALIZATION_ERROR 공개적으로 정적으로 프로퍼티

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