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 causes the exception.
- value
유형: System. . :: . .Object
The value of the property.
- maximum
유형: System. . :: . .Object
The maximum allowable value of the property.