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