Convergence
            
            
            
            Definition
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
| Convergence | Constructs a new ConvergenceException. | 
| Convergence | Constructs a new ConvergenceException. | 
| Convergence | Initializes a new instance of the ConvergenceException class with serialized data. | 
| Convergence | Constructs a new ConvergenceException. | 
ConvergenceException
            Constructs a new ConvergenceException.
            
public ConvergenceException()ConvergenceException(String)
            Constructs a new ConvergenceException.
            
public ConvergenceException(
	string message
)Parameters
- message String
- The error message that explains the reason for the exception.
ConvergenceException(SerializationInfo, StreamingContext)
            Initializes a new instance of the
            ConvergenceException class with serialized
            data.
protected ConvergenceException(
	SerializationInfo serializationInfo,
	StreamingContext streamingContext
)Parameters
- serializationInfo SerializationInfo
- The object that holds the serialized object data.
- streamingContext StreamingContext
- The contextual information about the source or destination.
Remarks
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.
ConvergenceException(String, Exception)
            Constructs a new ConvergenceException.
            
public ConvergenceException(
	string message,
	Exception innerException
)