/// <summary> /// Copy constructor provided by convenience for derived classes. /// </summary> /// <param name="ex">The original exception to copy information from.</param> protected PayPalException(PayPalException ex) : base(ex.Message, ex.InnerException) { }