Proprietà ArgumentConstraintException.Component

Gets the component where the exception occurred.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Component As Object 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ArgumentConstraintException Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel