ArgumentConstraintException.Component Property
Gets the component where the exception occurred.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property Component As Object
Get
'Usage
Dim instance As ArgumentConstraintException
Dim value As Object
value = instance.Component
public Object Component { get; }
public:
property Object^ Component {
Object^ get ();
}
member Component : Object
function get Component () : Object
Property Value
Type: System.Object
The component where the exception occurred.