次の方法で共有


ArgumentConstraintException クラス

適用されている制約をプロパティの値が超えたときに発生します。

名前空間:  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(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 から継承されています。)

先頭に戻る

スレッド セーフ

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