Exemple #1
0
 private bool IsReloadingPossible(COMException exception)
 {
     _tracer.TraceException(exception);
     return(COM_Error.IsRPC_ServerIsUnavailable(exception) ||
            COM_Error.RemoteProcCallFailed(exception));
 }