Конструктор ArgumentTooLargeException (SerializationInfo, StreamingContext)
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Initializes a new instance of the ArgumentTooLargeException class with serialized data.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Применение
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New ArgumentTooLargeException(info, context)
protected ArgumentTooLargeException(
SerializationInfo info,
StreamingContext context
)
protected:
ArgumentTooLargeException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> ArgumentTooLargeException
protected function ArgumentTooLargeException(
info : SerializationInfo,
context : StreamingContext
)
Параметры
- info
Тип: System.Runtime.Serialization.SerializationInfo
The object that contains the serialized data about the exception.
- context
Тип: System.Runtime.Serialization.StreamingContext
The contextual information about the source or destination.
См. также
Справочник
ArgumentTooLargeException Класс
Перегрузка ArgumentTooLargeException
Пространство имен Microsoft.ReportingServices.RdlObjectModel