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
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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