Show / Hide Table of Contents

Class InvalidPacketException

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

Constructors

InvalidPacketException(string)

Declaration
public InvalidPacketException(string message)
Parameters
Type Name Description
string message

Implements

ISerializable
In this article
Back to top Generated by DocFX