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.EventArgsInheritance: EventArgs → NetworkConnectionClosedEventArgs
Properties
Section titled “Properties”Exception
Section titled “Exception”Gets a exception. Returns null when connection has been closed normally.
public Exception Exception { get; }