TEqualsToutException Constructor (String, Object) |
The current integration point in time and the end point are equal.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public TEqualsToutException(
string s,
Object[] args
)
Public Sub New (
s As String,
args As Object()
)
public:
TEqualsToutException(
String^ s,
array<Object^>^ args
)
new :
s : string *
args : Object[] -> TEqualsToutException
Parameters
- s
- Type: SystemString
The error message that explains the reason for the exception.
- args
- Type: SystemObject
Arguments for the error message.
See Also