VelocityPacketTooBigException Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.ApplicationServer.Caching. . :: . .VelocityPacketFormatException
      Microsoft.ApplicationServer.Caching. . :: . .VelocityPacketFormatFatalException
        Microsoft.ApplicationServer.Caching..::..VelocityPacketTooBigException

Namespace:  Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class VelocityPacketTooBigException _
    Inherits VelocityPacketFormatFatalException
'Usage
Dim instance As VelocityPacketTooBigException
[SerializableAttribute]
public sealed class VelocityPacketTooBigException : VelocityPacketFormatFatalException
[SerializableAttribute]
public ref class VelocityPacketTooBigException sealed : public VelocityPacketFormatFatalException
[<SealedAttribute>]
[<SerializableAttribute>]
type VelocityPacketTooBigException =  
    class
        inherit VelocityPacketFormatFatalException
    end
public final class VelocityPacketTooBigException extends VelocityPacketFormatFatalException

The VelocityPacketTooBigException type exposes the following members.

Constructors

  Name Description
Public method VelocityPacketTooBigException() () () () Infrastructure.
Public method VelocityPacketTooBigException(String) Infrastructure.
Public method VelocityPacketTooBigException(String, Exception) Infrastructure.

Top

Properties

  Name Description
Public property Data (Inherited from Exception.)
Public property HelpLink (Inherited from Exception.)
Public property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Security Critical. (Inherited from Exception.)
Public method GetType (Inherited from Exception.)
Public method ToString (Inherited from Exception.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ApplicationServer.Caching Namespace