Bridge

ArgumentOutOfRangeException..::..ActualValue Property

Gets the argument value that causes this exception.

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

Syntax


public Object ActualValue { get; }
Public ReadOnly Property ActualValue As Object
	Get
public:
property Object^ ActualValue {
	Object^ get ();
}

Return Value

An Object that contains the value of the parameter that caused the current Exception.