C# Class SIL.CoreImpl.UnknownPalasoWsException

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

Méthodes publiques

Méthode Description
UnknownPalasoWsException ( string message, string icuLocale, string identifier ) : System

Initializes a new instance of the UnknownPalasoWsException class.

Method Details

UnknownPalasoWsException() public méthode

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.
Résultat System