VelocityPacketFormatException Constructor (String, Exception)

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, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New VelocityPacketFormatException(message, _
    innerException)
public VelocityPacketFormatException(
    string message,
    Exception innerException
)
public:
VelocityPacketFormatException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> VelocityPacketFormatException
public function VelocityPacketFormatException(
    message : String, 
    innerException : Exception
)

Parameters

See Also

Reference

VelocityPacketFormatException Class

VelocityPacketFormatException Overload

Microsoft.ApplicationServer.Caching Namespace