ArgumentConstraintException Class
Occurs when the value of a property is outside of the constraint applied.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ArgumentConstraintException _
Inherits ArgumentException
'Usage
Dim instance As ArgumentConstraintException
[SerializableAttribute]
public class ArgumentConstraintException : ArgumentException
[SerializableAttribute]
public ref class ArgumentConstraintException : public ArgumentException
[<SerializableAttribute>]
type ArgumentConstraintException =
class
inherit ArgumentException
end
public class ArgumentConstraintException extends ArgumentException
Inheritance Hierarchy
System.Object
System.Exception
System.SystemException
System.ArgumentException
Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException
Microsoft.ReportingServices.RdlObjectModel.ArgumentTooLargeException
Microsoft.ReportingServices.RdlObjectModel.ArgumentTooSmallException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.