Класс ArgumentConstraintException

Occurs when the value of a property is outside of the constraint applied.

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

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

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

Синтаксис

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

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

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

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

В начало

Свойства

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

В начало

Методы

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

В начало

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

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