ArgumentConstraintException Class
The exception that is thrown when the value of a property is outside of the constraint applied.
Inheritance Hierarchy
System.Object
System.Exception
System.SystemException
System.ArgumentException
Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException
Microsoft.ReportingServices.RdlObjectModel.ArgumentTooLargeException
Microsoft.ReportingServices.RdlObjectModel.ArgumentTooSmallException
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
The ArgumentConstraintException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ArgumentConstraintException(SerializationInfo, StreamingContext) | Infrastructure. Initializes a new instance of the ArgumentConstraintException class. | |
ArgumentConstraintException(Object, String, Object, Object, String) | Initializes a new instance of the ArgumentConstraintException class. |
Top
Properties
Name | Description | |
---|---|---|
Component | Gets the component where the exception occurred. | |
Constraint | Gets the object that demonstrates the constraint. | |
Data | (Inherited from Exception.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from ArgumentException.) | |
ParamName | (Inherited from ArgumentException.) | |
Property | Gets the property that caused the exception. | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) | |
Value | Gets the value of the property. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Security Critical. (Inherited from ArgumentException.) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top
Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |
Top
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.