NetException Class

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Exception thrown in the Lidgren Network Library

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
[SerializableAttribute]
public sealed class NetException : Exception
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class NetException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class NetException sealed : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Lidgren.Network..::..NetException

See Also