C# 클래스 IcuException, FieldWorks

General ICU exception
상속: Exception
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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