Classe ArgumentConstraintException

The exception that is thrown when the value of a property is outside of the constraint applied.

Gerarchia di ereditarietà

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

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

Sintassi

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

Nel tipo ArgumentConstraintException sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Component Gets the component where the exception occurred.
Proprietà pubblica Constraint Gets the object that demonstrates the constraint.
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.
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.

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