using System; namespace ScreenConnect; public class ProxyException : Exception { public ProxyException(string message, Exception innerException) : base(message, innerException) { } }