Show / Hide Table of Contents

Class TooBigPacketException

Inheritance
System.Object
System.Exception
System.SystemException
System.ArgumentException
InvalidPacketException
TooBigPacketException
Implements
System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable
Inherited Members
System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.ArgumentException.Message
System.ArgumentException.ParamName
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetType()
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
Namespace: LiteNetLib
Assembly: LiteNetLib.dll
Syntax
public class TooBigPacketException : InvalidPacketException, _Exception, ISerializable

Constructors

TooBigPacketException()

Declaration
public TooBigPacketException()

TooBigPacketException(String)

Declaration
public TooBigPacketException(string message)
Parameters
Type Name Description
System.String message

TooBigPacketException(String, Exception)

Declaration
public TooBigPacketException(string message, Exception innerException)
Parameters
Type Name Description
System.String message
System.Exception innerException

Implements

System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable
Back to top Generated by DocFX