C# Класс IcuException, FieldWorks

General ICU exception
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
IcuException ( string message, Icu errorCode ) : System

Initializes a new instance of the IcuException class.

Описание методов

IcuException() публичный Метод

Initializes a new instance of the IcuException class.
public IcuException ( string message, Icu errorCode ) : System
message string The message.
errorCode Icu The error code.
Результат System