Classe ArgumentConstraintException
Occurs when the value of a property is outside of the constraint applied.
Hierarquia de herança
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 (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ArgumentConstraintException _
Inherits ArgumentException
'Uso
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
O tipo ArgumentConstraintException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
ArgumentConstraintException(SerializationInfo, StreamingContext) | Infraestrutura. |
![]() |
ArgumentConstraintException(Object, String, Object, Object, String) | Initializes a new instance of the ArgumentConstraintException class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Component | The component where the exception occurred. |
![]() |
Constraint | The object that demonstrates the constraint. |
![]() |
Data | (Herdado de Exception.) |
![]() |
HelpLink | (Herdado de Exception.) |
![]() |
HResult | (Herdado de Exception.) |
![]() |
InnerException | (Herdado de Exception.) |
![]() |
Message | (Herdado de ArgumentException.) |
![]() |
ParamName | (Herdado de ArgumentException.) |
![]() |
Property | The property that caused the exception. |
![]() |
Source | (Herdado de Exception.) |
![]() |
StackTrace | (Herdado de Exception.) |
![]() |
TargetSite | (Herdado de Exception.) |
![]() |
Value | The value of the property. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetBaseException | (Herdado de Exception.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetObjectData | (Herdado de ArgumentException.) |
![]() |
GetType | (Herdado de Exception.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Exception.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.