ArgumentTooLargeException クラス

定義

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

public ref class ArgumentTooLargeException : Microsoft::ReportingServices::RdlObjectModel::ArgumentConstraintException
[System.Serializable]
public class ArgumentTooLargeException : Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException
[<System.Serializable>]
type ArgumentTooLargeException = class
    inherit ArgumentConstraintException
Public Class ArgumentTooLargeException
Inherits ArgumentConstraintException
継承
属性

コンストラクター

ArgumentTooLargeException(Object, String, Object, Object)

ArgumentTooLargeException クラスの新しいインスタンスを初期化します。

ArgumentTooLargeException(SerializationInfo, StreamingContext)

シリアル化したデータを使用して、ArgumentTooLargeException クラスの新しいインスタンスを初期化します。

プロパティ

Component

例外が発生したコンポーネントを取得します。

(継承元 ArgumentConstraintException)
Constraint

制約をデモンストレーションするオブジェクトを取得します。

(継承元 ArgumentConstraintException)
Property

例外の原因となったプロパティを取得します。

(継承元 ArgumentConstraintException)
Value

プロパティの値を取得します。

(継承元 ArgumentConstraintException)

適用対象