VelocityPacketFormatException Constructor (SerializationInfo, StreamingContext)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New VelocityPacketFormatException(info, context)
protected VelocityPacketFormatException(
    SerializationInfo info,
    StreamingContext context
)
protected:
VelocityPacketFormatException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> VelocityPacketFormatException
protected function VelocityPacketFormatException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

See Also

Reference

VelocityPacketFormatException Class

VelocityPacketFormatException Overload

Microsoft.ApplicationServer.Caching Namespace