Constructs a InvalidArgumentException instance with an error message containing
the name of the operation, and the number of rows and columns in the non-square matrix.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public InvalidArgumentException(
string operation,
int rows,
int cols
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
operation As String, _
rows As Integer, _
cols As Integer _
) |
| Visual C++ |
|---|
public:
InvalidArgumentException(
String^ operation,
int rows,
int cols
) |
See Also