다음을 통해 공유


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
)

매개 변수