次の方法で共有


ArgumentTooLargeException クラス

許容される最大値をプロパティの値が上回ったときに発生します。

継承階層

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .SystemException
      System. . :: . .ArgumentException
        Microsoft.ReportingServices.RdlObjectModel. . :: . .ArgumentConstraintException
          Microsoft.ReportingServices.RdlObjectModel..::..ArgumentTooLargeException

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

構文

'宣言
<SerializableAttribute> _
Public Class ArgumentTooLargeException _
    Inherits ArgumentConstraintException
'使用
Dim instance As ArgumentTooLargeException
[SerializableAttribute]
public class ArgumentTooLargeException : ArgumentConstraintException
[SerializableAttribute]
public ref class ArgumentTooLargeException : public ArgumentConstraintException
[<SerializableAttribute>]
type ArgumentTooLargeException =  
    class
        inherit ArgumentConstraintException
    end
public class ArgumentTooLargeException extends ArgumentConstraintException

ArgumentTooLargeException 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
プロテクト メソッド ArgumentTooLargeException(SerializationInfo, StreamingContext) インフラストラクチャです。
パブリック メソッド ArgumentTooLargeException(Object, String, Object, Object) ArgumentTooLargeException クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Component 例外が発生したコンポーネント。 (ArgumentConstraintException から継承されています。)
パブリック プロパティ Constraint 制約をデモンストレーションするオブジェクト。 (ArgumentConstraintException から継承されています。)
パブリック プロパティ Data (Exception から継承されています。)
パブリック プロパティ HelpLink (Exception から継承されています。)
プロテクト プロパティ HResult (Exception から継承されています。)
パブリック プロパティ InnerException (Exception から継承されています。)
パブリック プロパティ Message (ArgumentException から継承されています。)
パブリック プロパティ ParamName (ArgumentException から継承されています。)
パブリック プロパティ Property 例外の原因となったプロパティ。 (ArgumentConstraintException から継承されています。)
パブリック プロパティ Source (Exception から継承されています。)
パブリック プロパティ StackTrace (Exception から継承されています。)
パブリック プロパティ TargetSite (Exception から継承されています。)
パブリック プロパティ Value プロパティの値。 (ArgumentConstraintException から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetBaseException (Exception から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetObjectData (ArgumentException から継承されています。)
パブリック メソッド GetType (Exception から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Exception から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。