Show / Hide Table of Contents

Class InvalidTypeException

Inheritance
object
Exception
SystemException
ArgumentException
InvalidTypeException
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.Utils
Assembly: LiteNetLib.dll
Syntax
public class InvalidTypeException : ArgumentException, ISerializable

Constructors

InvalidTypeException(string)

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

Implements

ISerializable
In this article
Back to top Generated by DocFX