ArgumentTooSmallException Class

Definition

The exception that is thrown when the value of a property is lower than the minimum value allowed.

public ref class ArgumentTooSmallException : Microsoft::ReportingServices::RdlObjectModel::ArgumentConstraintException
[System.Serializable]
public class ArgumentTooSmallException : Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException
[<System.Serializable>]
type ArgumentTooSmallException = class
    inherit ArgumentConstraintException
Public Class ArgumentTooSmallException
Inherits ArgumentConstraintException
Inheritance
Attributes

Constructors

ArgumentTooSmallException(Object, String, Object, Object)

Initializes a new instance of the ArgumentTooSmallException class.

ArgumentTooSmallException(SerializationInfo, StreamingContext)

Initializes a new instance of the ArgumentTooSmallException class.

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