Поделиться через


Класс ArgumentTooLargeException

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

Иерархия наследования

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

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class ArgumentTooLargeException _
    Inherits ArgumentConstraintException
'Применение
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

Тип ArgumentTooLargeException обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Защищенный метод ArgumentTooLargeException(SerializationInfo, StreamingContext) Инфраструктура. Initializes a new instance of the ArgumentTooLargeException class with serialized data.
Открытый метод ArgumentTooLargeException(Object, String, Object, Object) Initializes a new instance of the ArgumentTooLargeException class.

В начало

Свойства

  Имя Описание
Открытое свойство Component Gets the component where the exception occurred. (Производный от ArgumentConstraintException.)
Открытое свойство Constraint Gets the object that demonstrates the constraint. (Производный от ArgumentConstraintException.)
Открытое свойство Data (Производный от Exception.)
Открытое свойство HelpLink (Производный от Exception.)
Открытое свойство HResult (Производный от Exception.)
Открытое свойство InnerException (Производный от Exception.)
Открытое свойство Message (Производный от ArgumentException.)
Открытое свойство ParamName (Производный от ArgumentException.)
Открытое свойство Property Gets the property that caused the exception. (Производный от ArgumentConstraintException.)
Открытое свойство Source (Производный от Exception.)
Открытое свойство StackTrace (Производный от Exception.)
Открытое свойство TargetSite (Производный от Exception.)
Открытое свойство Value Gets the value of the property. (Производный от ArgumentConstraintException.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetBaseException (Производный от Exception.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetObjectData Важный элемент безопасности. (Производный от ArgumentException.)
Открытый метод GetType (Производный от Exception.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Exception.)

В начало

События

  Имя Описание
Защищенное событие SerializeObjectState (Производный от Exception.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.RdlObjectModel