ENet Class Library for C#

ENetException Class

This exception is thrown when ENet has an error.

For a list of all members of this type, see ENetException Members .

System.Object
   Exception
      ENetException

[Visual Basic]
<Serializable> _
Public Class ENetException
    Inherits Exception
[C#]
[Serializable]
public class ENetException : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: ENet

Assembly: ENet (in ENet.dll)

See Also

ENetException Members | ENet Namespace