using System; namespace ScreenConnect; public class UnexpectedExceptionOccurredEventArgs : EventArgs { public Exception Exception { get; init; } }