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

Inheritance: System.Exception
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode 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 méthode

Constructor without a message.
public PuaException ( ErrorCodes ec ) : System
ec ErrorCodes
Résultat System

PuaException() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string