ArgumentConstraintException.Component Property

Definition

Gets the component where the exception occurred.

public:
 property System::Object ^ Component { System::Object ^ get(); };
public object Component { get; }
member this.Component : obj
Public ReadOnly Property Component As Object

Property Value

The component where the exception occurred.

Applies to