Classe ArgumentConstraintException
The exception that is thrown 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. Initializes a new instance of the ArgumentConstraintException class. |
![]() |
ArgumentConstraintException(Object, String, Object, Object, String) | Initializes a new instance of the ArgumentConstraintException class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Component | Gets the component where the exception occurred. |
![]() |
Constraint | Gets 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 | Gets the property that caused the exception. |
![]() |
Source | (Herdado de Exception.) |
![]() |
StackTrace | (Herdado de Exception.) |
![]() |
TargetSite | (Herdado de Exception.) |
![]() |
Value | Gets 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 | Segurança crítica. (Herdado de ArgumentException.) |
![]() |
GetType | (Herdado de Exception.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Exception.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
![]() |
SerializeObjectState | (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.