예제 #1
0
 public Exception Create <TResult>(UrsaApiException <TResult> ursaApiException)
 {
     return(Create((UrsaApiException)ursaApiException));
 }
예제 #2
0
 public Exception Create(UrsaApiException ursaApiException)
 {
     return(_factory(ursaApiException));
 }