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

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property FirstParameterName As String
C#
public string FirstParameterName { get; }
C++
public:
String^ FirstParameterName {
	String^ get ();
}

Remarks

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

See Also