Bridge

ArgumentException..::..ParamName Property

Gets the name of the parameter that causes this exception.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public string ParamName { get; }
Public ReadOnly Property ParamName As String
	Get
public:
property String^ ParamName {
	String^ get ();
}

Return Value

The parameter name.