Конструктор ArgumentTooLargeException (SerializationInfo, StreamingContext)

Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.

Пространство имен:  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
)