VelocityPacketFormatFatalException 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 VelocityPacketFormatFatalException(message)
public VelocityPacketFormatFatalException(
    string message
)
public:
VelocityPacketFormatFatalException(
    String^ message
)
new : 
        message:string -> VelocityPacketFormatFatalException
public function VelocityPacketFormatFatalException(
    message : String
)

Parameters

See Also

Reference

VelocityPacketFormatFatalException Class

VelocityPacketFormatFatalException Overload

Microsoft.ApplicationServer.Caching Namespace