ArgumentTooLargeException Class

Definition

The exception that is thrown when the value of a property is greater than the maximum value allowed.

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
Inheritance
Attributes

Constructors

ArgumentTooLargeException(Object, String, Object, Object)

Initializes a new instance of the ArgumentTooLargeException class.

ArgumentTooLargeException(SerializationInfo, StreamingContext)

Initializes a new instance of the ArgumentTooLargeException class with serialized data.

Properties

Component

Gets the component where the exception occurred.

(Inherited from ArgumentConstraintException)
Constraint

Gets the object that demonstrates the constraint.

(Inherited from ArgumentConstraintException)
Property

Gets the property that caused the exception.

(Inherited from ArgumentConstraintException)
Value

Gets the value of the property.

(Inherited from ArgumentConstraintException)

Applies to