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