Konstruktor ArgumentConstraintException (Object, String, Object, Object, String)
Inicjuje nowe wystąpienie ArgumentConstraintException 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, _
constraint As Object, _
message As String _
)
'Użycie
Dim component As Object
Dim property As String
Dim value As Object
Dim constraint As Object
Dim message As String
Dim instance As New ArgumentConstraintException(component, _
property, value, constraint, message)
public ArgumentConstraintException(
Object component,
string property,
Object value,
Object constraint,
string message
)
public:
ArgumentConstraintException(
Object^ component,
String^ property,
Object^ value,
Object^ constraint,
String^ message
)
new :
component:Object *
property:string *
value:Object *
constraint:Object *
message:string -> ArgumentConstraintException
public function ArgumentConstraintException(
component : Object,
property : String,
value : Object,
constraint : Object,
message : String
)
Parametry
- component
Typ: System.Object
Składnik, w którym wystąpił wyjątek.
- property
Typ: System.String
Właściwość, która spowodowała wyjątek.
- value
Typ: System.Object
Wartość właściwość.
- constraint
Typ: System.Object
Obiekt, który przedstawia ograniczenia.
- message
Typ: System.String
Komunikat wyjątku.