Costruttore ArgumentConstraintException (Object, String, Object, Object, String)

Initializes a new instance of the ArgumentConstraintException class.

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

Sintassi

'Dichiarazione
Public Sub New ( _
    component As Object, _
    property As String, _
    value As Object, _
    constraint As Object, _
    message As String _
)
'Utilizzo
Dim component As Object 
Dim property As String 
Dim value As Object 
Dim constraint As Object 
Dim message As String 

Dim instance As New ArgumentConstraintException(component, _
    property, value, constraint, message)
public ArgumentConstraintException(
    Object component,
    string property,
    Object value,
    Object constraint,
    string message
)
public:
ArgumentConstraintException(
    Object^ component, 
    String^ property, 
    Object^ value, 
    Object^ constraint, 
    String^ message
)
new : 
        component:Object * 
        property:string * 
        value:Object * 
        constraint:Object * 
        message:string -> ArgumentConstraintException
public function ArgumentConstraintException(
    component : Object, 
    property : String, 
    value : Object, 
    constraint : Object, 
    message : String
)

Parametri

  • component
    Tipo: System.Object
    The component where the exception occurred.
  • property
    Tipo: System.String
    The property that caused the exception.
  • constraint
    Tipo: System.Object
    The object that demonstrates the constraint.

Vedere anche

Riferimento

ArgumentConstraintException Classe

Overload ArgumentConstraintException

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel