VelocityPacketException Constructor (String)

 

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(
    string message
)
protected:
VelocityPacketException(
    String^ message
)
new : 
        message:string -> VelocityPacketException
Protected Sub New (
    message As String
)

Parameters

See Also

VelocityPacketException Overload
VelocityPacketException Class
Microsoft.ApplicationServer.Caching Namespace

Return to top