言語

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)

適用対象