次の方法で共有


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

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

名前空間:  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
    例外が発生したコンポーネント。
  • property
    型: System.String
    例外の原因となったプロパティ。
  • maximum
    型: System.Object
    プロパティに許容される最大値。

関連項目

参照

ArgumentTooLargeException クラス

ArgumentTooLargeException オーバーロード

Microsoft.ReportingServices.RdlObjectModel 名前空間