|
DimensionMismatchException Constructor (String)
|
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public DimensionMismatchException(
string paramName
)
Public Sub New (
paramName As String
)
Request Example
View SourceParameters
- paramName
- Type: SystemString
The name of the parameter that caused the current exception.
See Also