Accord.ConvergenceException.ConvergenceException C# (CSharp) Method

ConvergenceException() public method

Initializes a new instance of the ConvergenceException class.
public ConvergenceException ( string message, Exception innerException ) : System
message string Message providing some additional information.
innerException System.Exception The exception that is the cause of the current exception.
return System
        public ConvergenceException(string message, Exception innerException) :
            base(message, innerException) { }

Same methods

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