Click or drag to resize
DigitalRuneMathematicsException Constructor
Initializes a new instance of the MathematicsException class.
Overload List
  NameDescription
Public methodMathematicsException
Initializes a new instance of the MathematicsException class.
Public methodMathematicsException(String)
Initializes a new instance of the MathematicsException class with a specified error message.
Protected methodMathematicsException(SerializationInfo, StreamingContext)
Initializes a new instance of the MathematicsException class with serialized data.
Public methodMathematicsException(String, Exception)
Initializes a new instance of the MathematicsException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also