DimensionMismatchException.FirstParameterName Property

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public string FirstParameterName { get; }

Property Value

String

Remarks

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

See Also