C# Class SIL.CoreImpl.UnknownPalasoWsException

Exception raised when the RFC5646 identifier tag for the writing system is not known.
Inheritance: System.Exception
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
UnknownPalasoWsException ( string message, string icuLocale, string identifier ) : System

Initializes a new instance of the UnknownPalasoWsException class.

Method Details

UnknownPalasoWsException() public method

Initializes a new instance of the UnknownPalasoWsException class.
public UnknownPalasoWsException ( string message, string icuLocale, string identifier ) : System
message string The error message.
icuLocale string The ICU locale.
identifier string The RFC5646 language tag.
return System