Compartilhar via


Construtor ArgumentTooLargeException (Object, String, Object, Object)

Initializes a new instance of the ArgumentTooLargeException class.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Sub New ( _
    component As Object, _
    property As String, _
    value As Object, _
    maximum As Object _
)
'Uso
Dim component As Object 
Dim property As String 
Dim value As Object 
Dim maximum As Object 

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

Parâmetros

  • component
    Tipo: System.Object
    The component where the exception occurred.
  • property
    Tipo: System.String
    The property that caused the exception.
  • maximum
    Tipo: System.Object
    The maximum allowable value of the property.

Consulte também

Referência

ArgumentTooLargeException Classe

Sobrecarregado ArgumentTooLargeException

Namespace Microsoft.ReportingServices.RdlObjectModel