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

공개 프로퍼티들

프로퍼티 타입 설명
IMPLEMENTATION_ERROR int

공개 메소드들

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

메소드 상세

DDRException() 공개 메소드

public DDRException ( ) : System
리턴 System

DDRException() 공개 메소드

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

DDRException() 공개 메소드

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

GetMessage() 공개 메소드

public GetMessage ( ) : String
리턴 String

프로퍼티 상세

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

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
리턴 int