Sdílet prostřednictvím


ArgumentTooLargeException Constructor (Object, String, Object, Object)

Initializes a new instance of the ArgumentTooLargeException class.

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

Syntax

'Declaration
Public Sub New ( _
    component As Object, _
    property As String, _
    value As Object, _
    maximum As Object _
)
'Usage
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
)

Parameters

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

See Also

Reference

ArgumentTooLargeException Class

ArgumentTooLargeException Overload

Microsoft.ReportingServices.RdlObjectModel Namespace