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

This is a subclass of DDRException and is thrown when it is detected that the name of a Property or Aspect or vocabulary IRI is in error. The exception code, when set, indicates the nature of the error. A name of a Property or Aspect or a vocabulary IRI are in error when they are not syntactically valid or are not supported by the implementation.
상속: DDRException
파일 보기 프로젝트 열기: OpenDDRdotORG/OpenDDR-CSharp

공개 프로퍼티들

프로퍼티 타입 설명
ASPECT_NOT_RECOGNIZED int
PROPERTY_NOT_RECOGNIZED int
VOCABULARY_NOT_RECOGNIZED int

공개 메소드들

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

메소드 상세

NameException() 공개 메소드

public NameException ( ) : System
리턴 System

NameException() 공개 메소드

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

NameException() 공개 메소드

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

프로퍼티 상세

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

A vocabulary IRI is in error
public static int ASPECT_NOT_RECOGNIZED
리턴 int

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

The name of a Property is in error
public static int PROPERTY_NOT_RECOGNIZED
리턴 int

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

The name of an Aspect is in error
public static int VOCABULARY_NOT_RECOGNIZED
리턴 int