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)

serialize된 데이터를 사용하여 ArgumentTooLargeException 클래스의 새 인스턴스를 초기화합니다.

속성

Component

예외가 발생한 구성 요소를 가져옵니다.

(다음에서 상속됨 ArgumentConstraintException)
Constraint

제약 조건을 보여 주는 개체를 가져옵니다.

(다음에서 상속됨 ArgumentConstraintException)
Property

예외를 발생시킨 속성을 가져옵니다.

(다음에서 상속됨 ArgumentConstraintException)
Value

속성 값을 가져옵니다.

(다음에서 상속됨 ArgumentConstraintException)

적용 대상