次の方法で共有


ArgumentConstraintException クラス

適用されている制約をプロパティの値が超えたときにスローされる例外。

継承階層

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

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

構文

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

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

コンストラクター

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

先頭に戻る

プロパティ

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

先頭に戻る

メソッド

  名前 説明
パブリック メソッド 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 名前空間