Classe ArgumentTooLargeException

The exception that is thrown when the value of a property is greater than the maximum value allowed.

Gerarchia di ereditarietà

System.Object
  System.Exception
    System.SystemException
      System.ArgumentException
        Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException
          Microsoft.ReportingServices.RdlObjectModel.ArgumentTooLargeException

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class ArgumentTooLargeException _
    Inherits ArgumentConstraintException
'Utilizzo
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

Nel tipo ArgumentTooLargeException sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo protetto ArgumentTooLargeException(SerializationInfo, StreamingContext) Infrastruttura. Initializes a new instance of the ArgumentTooLargeException class with serialized data.
Metodo pubblico ArgumentTooLargeException(Object, String, Object, Object) Initializes a new instance of the ArgumentTooLargeException class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Component Gets the component where the exception occurred. Ereditato da ArgumentConstraintException.
Proprietà pubblica Constraint Gets the object that demonstrates the constraint. Ereditato da ArgumentConstraintException.
Proprietà pubblica Data Ereditato da Exception.
Proprietà pubblica HelpLink Ereditato da Exception.
Proprietà pubblica HResult Ereditato da Exception.
Proprietà pubblica InnerException Ereditato da Exception.
Proprietà pubblica Message Ereditato da ArgumentException.
Proprietà pubblica ParamName Ereditato da ArgumentException.
Proprietà pubblica Property Gets the property that caused the exception. Ereditato da ArgumentConstraintException.
Proprietà pubblica Source Ereditato da Exception.
Proprietà pubblica StackTrace Ereditato da Exception.
Proprietà pubblica TargetSite Ereditato da Exception.
Proprietà pubblica Value Gets the value of the property. Ereditato da ArgumentConstraintException.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetBaseException Ereditato da Exception.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetObjectData Criticità per la sicurezza. Ereditato da ArgumentException.
Metodo pubblico GetType Ereditato da Exception.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Exception.

In alto

Eventi

  Nome Descrizione
Evento protetto SerializeObjectState Ereditato da Exception.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel