Freigeben über


ArgumentConstraintException.Component-Eigenschaft

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

Eigenschaftswert

Typ: System.Object
The component where the exception occurred.

Siehe auch

Verweis

ArgumentConstraintException Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace