try { throw new CustomException("این یک خطای سفارشی است."); } catch (CustomException ex) { Console.WriteLine($"خطای سفارشی: {ex.Message}"); }