Show / Hide Table of Contents

Class ParseException

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

Constructors

ParseException(string)

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

Implements

ISerializable
In this article
Back to top Generated by DocFX