C# Класс Sage.Configuration.UnconfiguredLocaleException

Represents an invalid attempt to work with a locale that the application doesn't know about.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
UnconfiguredLocaleException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ConfigurationError class.

UnconfiguredLocaleException ( string locale ) : System

Initializes a new instance of the ConfigurationError class.

UnconfiguredLocaleException ( string locale, Exception inner ) : System

Initializes a new instance of the ConfigurationError class.

Описание методов

UnconfiguredLocaleException() публичный Метод

Initializes a new instance of the ConfigurationError class.
public UnconfiguredLocaleException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception /// being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or /// destination.
Результат System

UnconfiguredLocaleException() публичный Метод

Initializes a new instance of the ConfigurationError class.
public UnconfiguredLocaleException ( string locale ) : System
locale string The invalid locale whose usage raised the exception.
Результат System

UnconfiguredLocaleException() публичный Метод

Initializes a new instance of the ConfigurationError class.
public UnconfiguredLocaleException ( string locale, Exception inner ) : System
locale string The invalid locale whose usage raised the exception.
inner System.Exception The inner exception that this exception is wrapping.
Результат System