Table of Contents

Class EntityTooLargeException

Namespace
Alis.Core.Network.Exceptions
Assembly
Alis.dll

The entity too large exception class

[Serializable]
public class EntityTooLargeException : Exception, ISerializable

Inheritance

Implements

Inherited Members

Constructors

EntityTooLargeException()

Initializes a new instance of the Alis.Core.Network.Exceptions.EntityTooLargeException class

public EntityTooLargeException()

EntityTooLargeException(string)

Http header too large to fit in buffer

public EntityTooLargeException(string message)

Parameters

message string

EntityTooLargeException(string, Exception)

Initializes a new instance of the Alis.Core.Network.Exceptions.EntityTooLargeException class

public EntityTooLargeException(string message, Exception inner)

Parameters

message string

The message

inner Exception

The inner

See Also