C# Class IcuException, FieldWorks

General ICU exception
Inheritance: Exception
Exibir arquivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
IcuException ( string message, Icu errorCode ) : System

Initializes a new instance of the IcuException class.

Method Details

IcuException() public method

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