ArgumentConstraintException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Sub New ( _
component As Object, _
property As String, _
value As Object, _
constraint As Object, _
message As String _
)
'使用
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
)
パラメーター
- component
型: System.Object
例外が発生したコンポーネント。
- property
型: System.String
例外の原因となったプロパティ。
- value
型: System.Object
プロパティの値。
- constraint
型: System.Object
制約をデモンストレーションするオブジェクト。
- message
型: System.String
例外メッセージ。
関連項目
参照
ArgumentConstraintException クラス