Accord.Math.Optimization.LineSearchFailedException.LineSearchFailedException C# (CSharp) Method

LineSearchFailedException() public method

Initializes a new instance of the LineSearchFailedException class.
public LineSearchFailedException ( ) : System
return System
        public LineSearchFailedException()
            : base()
        { }

Same methods

LineSearchFailedException::LineSearchFailedException ( SerializationInfo info, StreamingContext context ) : System
LineSearchFailedException::LineSearchFailedException ( int info, string message ) : System
LineSearchFailedException::LineSearchFailedException ( string message ) : System
LineSearchFailedException::LineSearchFailedException ( string message, Exception innerException ) : System