예제 #1
0
 private Exception WrapException(Exception exception)
 {
     return(RemoteServer.WrapException(exception));
 }
예제 #2
0
 // Execution
 internal Exception WrapException(Exception exception)
 {
     return(RemoteServer.WrapException(exception));
 }
예제 #3
0
 protected Exception WrapException(Exception exception)
 {
     return(RemoteServer.WrapException(exception));
 }