qtcnet-client/QtCNETAPI/Events/ServerConnectionReconnectingEventArgs.cs
2025-12-14 13:50:14 -08:00

8 lines
159 B
C#

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