Gets the name of the second parameter whose dimensions were mismatched.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public string SecondParameterName { get; }
Public ReadOnly Property SecondParameterName As String
Get
public:
property String^ SecondParameterName {
String^ get ();
}
member SecondParameterName : string with get
Property Value
Type:
String
A value of Empty indicates that the object was the instance in whose method the
exeception occurred.
Reference