Constructs an IMSLException with the specified detail message.
Namespace:
Imsl
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
protected IMSLException( string s ) |
Visual Basic (Declaration) |
---|
Protected Sub New ( _ s As String _ ) |
Visual C++ |
---|
protected: IMSLException( String^ s ) |
Parameters
- s
- Type: System..::.String
A String which specifies the detail message.
Remarks
A detail message is a String that describes this particular
exception.