Konstruktor ArgumentTooLargeException (Object, String, Object, Object)
Inicjuje nowe wystąpienie ArgumentTooLargeException klasy
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Sub New ( _
component As Object, _
property As String, _
value As Object, _
maximum As Object _
)
'Użycie
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
)
Parametry
- component
Typ: System.Object
Składnik, w którym wystąpił wyjątek.
- property
Typ: System.String
Właściwość, która powoduje, że wyjątek.
- value
Typ: System.Object
Wartość właściwość.
- maximum
Typ: System.Object
Maksymalna dozwolona wartość właściwość.