ArgumentTooLargeException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |