Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)