ENet Class Library for C#

ENetException Constructor

Initializes an ENetException with the given message and a reference to an inner exception.

[Visual Basic]
Public Overloads Sub New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
[C#]
ENetException(
   string message,
   Exception innerException
);

Parameters

message
The error message.
innerException
The inner exception.

See Also

ENetException Class | ENet Namespace | ENetException Constructor Overload List