C# Class Sage.Configuration.UnconfiguredLocaleException

Represents an invalid attempt to work with a locale that the application doesn't know about.
Inheritance: System.Exception
ファイルを表示 Open project: igorfrance/sage

Public Methods

Method Description
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.

Method Details

UnconfiguredLocaleException() public method

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.
return System

UnconfiguredLocaleException() public method

Initializes a new instance of the ConfigurationError class.
public UnconfiguredLocaleException ( string locale ) : System
locale string The invalid locale whose usage raised the exception.
return System

UnconfiguredLocaleException() public method

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.
return System