Click or drag to resize
DigitalRuneMathematicsException Constructor (String)
Initializes a new instance of the MathematicsException class with a specified error message.

Namespace: DigitalRune.Mathematics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public MathematicsException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also