Classe ArgumentTooLargeException
The exception that is thrown when the value of a property is greater than the maximum value allowed.
Hierarquia de herança
System.Object
System.Exception
System.SystemException
System.ArgumentException
Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException
Microsoft.ReportingServices.RdlObjectModel.ArgumentTooLargeException
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ArgumentTooLargeException _
Inherits ArgumentConstraintException
'Uso
Dim instance As ArgumentTooLargeException
[SerializableAttribute]
public class ArgumentTooLargeException : ArgumentConstraintException
[SerializableAttribute]
public ref class ArgumentTooLargeException : public ArgumentConstraintException
[<SerializableAttribute>]
type ArgumentTooLargeException =
class
inherit ArgumentConstraintException
end
public class ArgumentTooLargeException extends ArgumentConstraintException
O tipo ArgumentTooLargeException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ArgumentTooLargeException(SerializationInfo, StreamingContext) | Infraestrutura. Initializes a new instance of the ArgumentTooLargeException class with serialized data. | |
ArgumentTooLargeException(Object, String, Object, Object) | Initializes a new instance of the ArgumentTooLargeException class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Component | Gets the component where the exception occurred. (Herdado de ArgumentConstraintException.) | |
Constraint | Gets the object that demonstrates the constraint. (Herdado de ArgumentConstraintException.) | |
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. (Herdado de ArgumentConstraintException.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) | |
Value | Gets the value of the property. (Herdado de ArgumentConstraintException.) |
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.