VelocityPacketFormatFatalException 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 VelocityPacketFormatFatalException(message, _
    innerException)
public VelocityPacketFormatFatalException(
    string message,
    Exception innerException
)
public:
VelocityPacketFormatFatalException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> VelocityPacketFormatFatalException
public function VelocityPacketFormatFatalException(
    message : String, 
    innerException : Exception
)

Parameters

See Also

Reference

VelocityPacketFormatFatalException Class

VelocityPacketFormatFatalException Overload

Microsoft.ApplicationServer.Caching Namespace