Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public TotalLossOfPrecisionException(
string message
)
Public Sub New (
message As String
)
public:
TotalLossOfPrecisionException(
String^ message
)
new :
message : string -> TotalLossOfPrecisionException
Parameters
- message
- Type: SystemString
The error message that explains
the reason for the exception.
Reference