次の方法で共有


ArgumentTooSmallException クラス

プロパティの値が許容される最小値よりも小さい場合にスローされる例外。

継承階層

System.Object
  System.Exception
    System.SystemException
      System.ArgumentException
        Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException
          Microsoft.ReportingServices.RdlObjectModel.ArgumentTooSmallException

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

構文

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

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

コンストラクター

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

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ 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 名前空間