Skip to content
Auto
Products

NetworkConnectionClosedEventArgs

Namespace: TagBites.Net
Assembly: TagBites.Net.dll
Product: TagBites.Net v. 1.0.3

Provides data for the NetworkConnection.Closed event.

public class NetworkConnectionClosedEventArgs : System.EventArgs

Inheritance: EventArgs → NetworkConnectionClosedEventArgs

Gets a exception. Returns null when connection has been closed normally.

public Exception Exception { get; }

Exception