Classe ArgumentTooLargeException
Occurs when the value of a property is greater than the maximum value allowed.
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
Hierarquia de herança
System. . :: . .Object
System. . :: . .Exception
System. . :: . .SystemException
System. . :: . .ArgumentException
Microsoft.ReportingServices.RdlObjectModel. . :: . .ArgumentConstraintException
Microsoft.ReportingServices.RdlObjectModel..::..ArgumentTooLargeException
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também