Класс ArgumentTooSmallException

Occurs when the value of a property is lower than the minimum value allowed.

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

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

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

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class ArgumentTooSmallException _
    Inherits ArgumentConstraintException
'Применение
Dim instance As ArgumentTooSmallException
[SerializableAttribute]
public class ArgumentTooSmallException : ArgumentConstraintException
[SerializableAttribute]
public ref class ArgumentTooSmallException : public ArgumentConstraintException
[<SerializableAttribute>]
type ArgumentTooSmallException =  
    class
        inherit ArgumentConstraintException
    end
public class ArgumentTooSmallException extends ArgumentConstraintException

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

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

  Имя Описание
Защищенный метод ArgumentTooSmallException(SerializationInfo, StreamingContext) Инфраструктура.
Открытый метод ArgumentTooSmallException(Object, String, Object, Object) Initializes a new instance of the ArgumentTooSmallException 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.