Compartir a través de


ArgumentTooLargeException Constructor (Object, String, Object, Object)

Initializes a new instance of the ArgumentTooLargeException class.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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.

Vea también

Referencia

ArgumentTooLargeException Clase

Sobrecarga de ArgumentTooLargeException

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel