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