VelocityPacketException Constructor (String, Exception)

 

This API supports the product 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

protected VelocityPacketException(
    string message,
    Exception innerException
)
protected:
VelocityPacketException(
    String^ message,
    Exception^ innerException
)
new : 
        message:string *
        innerException:Exception -> VelocityPacketException
Protected Sub New (
    message As String,
    innerException As Exception
)

Parameters

See Also

VelocityPacketException Overload
VelocityPacketException Class
Microsoft.ApplicationServer.Caching Namespace

Return to top