Exemple #1
0
 private Exception WrapException(Exception exception)
 {
     return(RemoteServer.WrapException(exception));
 }
 // Execution
 internal Exception WrapException(Exception exception)
 {
     return(RemoteServer.WrapException(exception));
 }
 protected Exception WrapException(Exception exception)
 {
     return(RemoteServer.WrapException(exception));
 }