namespace QtCNETAPI.Events { public class ServerConnectionReconnectingEventArgs : EventArgs { public Exception? Error { get; set; } } }