C# Class SIL.FieldWorks.UnicodeCharEditor.PUAInstaller.PuaException

Inheritance: System.Exception
显示文件 Open project: sillsdev/FieldWorks

Public Methods

Method Description
PuaException ( ErrorCodes ec ) : System

Constructor without a message.

PuaException ( ErrorCodes ec, string msg ) : System

Constructor with a message.

ToString ( ) : string

Method Details

PuaException() public method

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

PuaException() public method

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

ToString() public method

public ToString ( ) : string
return string