次の方法で共有


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 クラスの新しいインスタンスを初期化します。
パブリック メソッド 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 から継承されています。)

先頭に戻る

イベント

  名前 説明
プロテクト イベント SerializeObjectState (Exception から継承されています。)

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.ReportingServices.RdlObjectModel 名前空間