Поделиться через


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

Определение

Инициализирует новый экземпляр класса ArgumentConstraintException.

Перегрузки

ArgumentConstraintException(SerializationInfo, StreamingContext)

Инициализирует новый экземпляр класса ArgumentConstraintException.

ArgumentConstraintException(Object, String, Object, Object, String)

Инициализирует новый экземпляр класса ArgumentConstraintException.

ArgumentConstraintException(SerializationInfo, StreamingContext)

Инициализирует новый экземпляр класса ArgumentConstraintException.

protected:
 ArgumentConstraintException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ArgumentConstraintException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Параметры

info
SerializationInfo

Информация.

context
StreamingContext

Контекст экземпляра.

Применяется к

ArgumentConstraintException(Object, String, Object, Object, String)

Инициализирует новый экземпляр класса ArgumentConstraintException.

public:
 ArgumentConstraintException(System::Object ^ component, System::String ^ property, System::Object ^ value, System::Object ^ constraint, System::String ^ message);
public ArgumentConstraintException (object component, string property, object value, object constraint, string message);
new Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException : obj * string * obj * obj * string -> Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException
Public Sub New (component As Object, property As String, value As Object, constraint As Object, message As String)

Параметры

component
Object

Компонент, в котором возникло исключение.

property
String

Свойство, вызвавшее исключение.

value
Object

Значение свойства.

constraint
Object

Объект, демонстрирующий ограничение.

message
String

Сообщение об исключении.

Применяется к