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

Определение

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

Перегрузки

ArgumentTooLargeException(SerializationInfo, StreamingContext)

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

ArgumentTooLargeException(Object, String, Object, Object)

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

ArgumentTooLargeException(SerializationInfo, StreamingContext)

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

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

Параметры

info
SerializationInfo

Объект, содержащий данные об исключении в сериализованном виде.

context
StreamingContext

Контекстные сведения об источнике или назначении.

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

ArgumentTooLargeException(Object, String, Object, Object)

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

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

Параметры

component
Object

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

property
String

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

value
Object

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

maximum
Object

Максимальное допустимое значение свойства.

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