AddressMatch.Training.TrainException.TrainException C# (CSharp) Method

TrainException() public method

public TrainException ( InsertElement el, string message ) : System
el InsertElement
message string
return System
        public TrainException(InsertElement el, string message)
            : base(message)
        {
            _el = el;
        }

Same methods

TrainException::TrainException ( string message ) : System