VelocityPacketException Constructor (SerializationInfo, StreamingContext)

 

This API supports the product 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

protected VelocityPacketException(
    SerializationInfo info,
    StreamingContext context
)
protected:
VelocityPacketException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> VelocityPacketException
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

VelocityPacketException Overload
VelocityPacketException Class
Microsoft.ApplicationServer.Caching Namespace

Return to top