C# Class AddressMatch.Training.TrainException

Inheritance: System.Exception
Datei anzeigen Open project: pwq1989/AddressMatch

Public Methods

Method Description
PrintDetail ( ) : void
TrainException ( InsertElement el, string message ) : System
TrainException ( string message ) : System

Private Methods

Method Description
TranslateLEVEL ( LEVEL level ) : string
TranslateMode ( UInt16 mode ) : string

Method Details

PrintDetail() public method

public PrintDetail ( ) : void
return void

TrainException() public method

public TrainException ( InsertElement el, string message ) : System
el InsertElement
message string
return System

TrainException() public method

public TrainException ( string message ) : System
message string
return System