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

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

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