Accord.ConvergenceException.ConvergenceException C# (CSharp) Method

ConvergenceException() public method

Initializes a new instance of the ConvergenceException class.
public ConvergenceException ( string message ) : System
message string Message providing some additional information.
return System
        public ConvergenceException(string message) :
            base(message) { }

Same methods

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