C# 클래스 W3c.Ddr.Exceptions.ValueException

This is a subclass of DDRException and is thrown when an error is detected during an attempt to retrieve the value of a Property using one of the value accessor methods of the PropertyValue class. The exception code indicates the nature of the error.
상속: DDRException
파일 보기 프로젝트 열기: OpenDDRdotORG/OpenDDR-CSharp

공개 프로퍼티들

프로퍼티 타입 설명
INCOMPATIBLE_TYPES int
MULTIPLE_VALUES int
NOT_KNOWN int

공개 메소드들

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

메소드 상세

ValueException() 공개 메소드

public ValueException ( ) : System
리턴 System

ValueException() 공개 메소드

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

ValueException() 공개 메소드

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

프로퍼티 상세

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

The value represented by the PropertyValue is incompatible with the return type of the method used to retrieve it.
public static int INCOMPATIBLE_TYPES
리턴 int

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

The implementation is aware of multiple values for this Property.
public static int MULTIPLE_VALUES
리턴 int

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

The property value is unknown.
public static int NOT_KNOWN
리턴 int