次の方法で共有


ArgumentTooSmallException コンストラクター (Object, String, Object, Object)

ArgumentTooSmallException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Sub New ( _
    component As Object, _
    property As String, _
    value As Object, _
    minimum As Object _
)
'使用
Dim component As Object 
Dim property As String 
Dim value As Object 
Dim minimum As Object 

Dim instance As New ArgumentTooSmallException(component, _
    property, value, minimum)
public ArgumentTooSmallException(
    Object component,
    string property,
    Object value,
    Object minimum
)
public:
ArgumentTooSmallException(
    Object^ component, 
    String^ property, 
    Object^ value, 
    Object^ minimum
)
new : 
        component:Object * 
        property:string * 
        value:Object * 
        minimum:Object -> ArgumentTooSmallException
public function ArgumentTooSmallException(
    component : Object, 
    property : String, 
    value : Object, 
    minimum : Object
)

パラメーター

  • component
    型: System.Object
    例外が発生したコンポーネント。
  • property
    型: System.String
    例外の原因となったプロパティ。
  • minimum
    型: System.Object
    プロパティに許容される最小値。

関連項目

参照

ArgumentTooSmallException クラス

ArgumentTooSmallException オーバーロード

Microsoft.ReportingServices.RdlObjectModel 名前空間