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

Initializes a new instance of the ArgumentTooSmallException 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, _
    minimum As Object _
)
用法
Dim component As Object
Dim property As String
Dim value As Object
Dim minimum As Object

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

参数

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