C# 클래스 SIL.FieldWorks.UnicodeCharEditor.PUAInstaller.PuaException

상속: System.Exception
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
PuaException ( ErrorCodes ec ) : System

Constructor without a message.

PuaException ( ErrorCodes ec, string msg ) : System

Constructor with a message.

ToString ( ) : string

메소드 상세

PuaException() 공개 메소드

Constructor without a message.
public PuaException ( ErrorCodes ec ) : System
ec ErrorCodes
리턴 System

PuaException() 공개 메소드

Constructor with a message.
public PuaException ( ErrorCodes ec, string msg ) : System
ec ErrorCodes
msg string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string