Constructs a MismatchedSizeException instance with the specifed exception message.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public MismatchedSizeException( string s ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ s As String _ ) |
| Visual C++ |
|---|
public: MismatchedSizeException( String^ s ) |
Parameters
- s
- Type: System..::.String
The exception message.