コード例 #1
0
 public NetflixApiException(String message, ApiException ex)
     : base("FlixSharp had some issues - " + message, ex)
 {
 }
コード例 #2
0
ファイル: AsyncHelpers.cs プロジェクト: techbuzzz/FlixSharp
 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
ファイル: AsyncHelpers.cs プロジェクト: techbuzzz/FlixSharp
 public NetflixApiException(ApiException ex)
     : base("FlixSharp had some issues - Inner exception contains information", ex)
 {
 }