C# Class SIL.CoreImpl.UnknownPalasoWsRunException

Exception raised when the RFC5646 identifier tag for the writing system is not known on single run of text.
Inheritance: UnknownPalasoWsException
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
UnknownPalasoWsRunException ( string message, string runText, string icuLocale, string identifier ) : System

Initializes a new instance of the UnknownPalasoWsRunException class.

Method Details

UnknownPalasoWsRunException() public method

Initializes a new instance of the UnknownPalasoWsRunException class.
public UnknownPalasoWsRunException ( string message, string runText, string icuLocale, string identifier ) : System
message string The error message.
runText string The run of text that has an unknown writing system.
icuLocale string The ICU locale.
identifier string The RFC5646 identifier tag.
return System