ArgumentTooLargeException 构造函数 (Object, String, Object, Object)

Initializes a new instance of the ArgumentTooLargeException class.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Sub New ( _
    component As Object, _
    property As String, _
    value As Object, _
    maximum As Object _
)
用法
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
)

参数

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

请参阅

参考

ArgumentTooLargeException 类

ArgumentTooLargeException 重载

Microsoft.ReportingServices.RdlObjectModel 命名空间