Click or drag to resize
Accord.NET (logo)

DimensionMismatchException Constructor (String)

Initializes a new instance of the DimensionMismatchException class.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public DimensionMismatchException(
	string paramName
)
Request Example View Source

Parameters

paramName
Type: SystemString
The name of the parameter that caused the current exception.
See Also