예제 #1
0
 public NetflixApiException(String message, ApiException ex)
     : base("FlixSharp had some issues - " + message, ex)
 {
 }
예제 #2
0
 public NetflixApiException(String message, ApiException ex)
     : base("FlixSharp had some issues - " + message, ex)
 {
 }
예제 #3
0
 public NetflixApiException(ApiException ex)
     : base("FlixSharp had some issues - Inner exception contains information", ex)
 {
 }
예제 #4
0
 public NetflixApiException(ApiException ex)
     : base("FlixSharp had some issues - Inner exception contains information", ex)
 {
 }