Share via


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

Parameters

See Also

Reference

VelocityPacketTooBigException Class

VelocityPacketTooBigException Overload

Microsoft.ApplicationServer.Caching Namespace