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

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

Syntax

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

Remarks

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

See Also