Click or drag to resize

NMathException Class

Base class for exceptions thrown by the NMath product suite.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      CenterSpace.NMath.CoreNMathException
        More

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public class NMathException : ApplicationException

The NMathException type exposes the following members.

Constructors
 NameDescription
Public methodNMathException Default constructor. Constructs an empty NMathException instance.
Public methodNMathException(String) Constructs an NMathException instance with the specifed exception message.
Protected methodNMathException(SerializationInfo, StreamingContext) Constructor for deserialization.
Public methodNMathException(String, Exception) Constructs an NMathException instance with the specifed exception message and underlying (inner) exception.
Top
See Also
Inheritance Hierarchy