Класс 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