C# Class IcuException, FieldWorks

General ICU exception
Inheritance: Exception
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
IcuException ( string message, Icu errorCode ) : System

Initializes a new instance of the IcuException class.

Method Details

IcuException() public méthode

Initializes a new instance of the IcuException class.
public IcuException ( string message, Icu errorCode ) : System
message string The message.
errorCode Icu The error code.
Résultat System