Класс ArgumentTooLargeException

Occurs 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) Инфраструктура.
Открытый метод ArgumentTooLargeException(Object, String, Object, Object) Initializes a new instance of the ArgumentTooLargeException class.

В начало

Свойства

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

В начало

Методы

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

В начало

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

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