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