NetworkConnectionMessageErrorEventArgs
Namespace: TagBites.Net
Assembly: TagBites.Net.dll
Provides data for the TagBites.Net.NetworkConnection.ReceivedError event.
public class NetworkConnectionMessageErrorEventArgs : System.EventArgs
Properties
Exception
Gets a exception.
public Exception Exception { get; }
Result Type: Exception