Generic Arithmetic Exception Constructor
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Overload List
| Generic | Constructs a new GenericArithmeticException. |
| Generic | Constructs a new GenericArithmeticException. |
| 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(String, Exception)
Constructs a new GenericArithmeticException.
public GenericArithmeticException(
string message,
Exception innerException
)