VelocityPacketFormatException Constructor (String)

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
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New VelocityPacketFormatException(message)
public VelocityPacketFormatException(
    string message
)
public:
VelocityPacketFormatException(
    String^ message
)
new : 
        message:string -> VelocityPacketFormatException
public function VelocityPacketFormatException(
    message : String
)

Parameters

See Also

Reference

VelocityPacketFormatException Class

VelocityPacketFormatException Overload

Microsoft.ApplicationServer.Caching Namespace