Total Loss Of Precision Exception Constructor
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Total | Constructs a new TotalLossOfPrecisionException. |
Total | Constructs a new TotalLossOfPrecisionException. |
Total |
Initializes a new instance of the
TotalLossOfPrecisionException class with serialized
data. Obsolete. |
Total | Constructs a new TotalLossOfPrecisionException. |
TotalLossOfPrecisionException
Constructs a new TotalLossOfPrecisionException.
public TotalLossOfPrecisionException()
TotalLossOfPrecisionException(String)
Constructs a new TotalLossOfPrecisionException.
public TotalLossOfPrecisionException(
string message
)
Parameters
- message String
- The error message that explains the reason for the exception.
TotalLossOfPrecisionException(SerializationInfo, StreamingContext)
Initializes a new instance of the
TotalLossOfPrecisionException class with serialized
data.
[ObsoleteAttribute(DiagnosticId = "SYSLIB0051")]
protected TotalLossOfPrecisionException(
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.
TotalLossOfPrecisionException(String, Exception)
Constructs a new TotalLossOfPrecisionException.
public TotalLossOfPrecisionException(
string message,
Exception innerException
)