DimensionMismatchException.SecondParameterName Property

Gets the name of the second parameter whose dimensions were mismatched.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public string? SecondParameterName { get; }

Property Value

String

Remarks

A value of Empty indicates that the object was the instance in whose method the exeception occurred.

See Also