IMSLException Constructor (String) |
Constructs an IMSLException with the specified detail message.
Namespace: ImslAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax protected IMSLException(
string s
)
Protected Sub New (
s As String
)
protected:
IMSLException(
String^ s
)
new :
s : string -> IMSLException
Parameters
- s
- Type: SystemString
A String which specifies the detail message.
Remarks
A detail message is a String that describes this particular
exception.
See Also