C# Class AddressMatch.Training.TrainException

Inheritance: System.Exception
Afficher le fichier Open project: pwq1989/AddressMatch

Méthodes publiques

Méthode Description
PrintDetail ( ) : void
TrainException ( InsertElement el, string message ) : System
TrainException ( string message ) : System

Private Methods

Méthode Description
TranslateLEVEL ( LEVEL level ) : string
TranslateMode ( UInt16 mode ) : string

Method Details

PrintDetail() public méthode

public PrintDetail ( ) : void
Résultat void

TrainException() public méthode

public TrainException ( InsertElement el, string message ) : System
el InsertElement
message string
Résultat System

TrainException() public méthode

public TrainException ( string message ) : System
message string
Résultat System