Represents an error that occurred in the PayPal SDK.
상속: System.Exception
예제 #1
0
 /// <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)
 {
 }
예제 #2
0
 /// <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)
 {
 }