6 references to DTC_RESTART_ERROR
WsatConfig (6)
CommandLine\ConsoleEntryPoint.cs (1)
150
throw new WsatAdminException(WsatAdminErrorCode.
DTC_RESTART_ERROR
, SR.GetString(SR.ErrorRestartMSDTC), e);
Configuration\MsdtcWrapper.cs (4)
200
throw new WsatAdminException(WsatAdminErrorCode.
DTC_RESTART_ERROR
, SR.GetString(SR.ErrorRestartMSDTCWithErrorCode, hr));
217
throw new WsatAdminException(WsatAdminErrorCode.
DTC_RESTART_ERROR
, SR.GetString(SR.ErrorRestartMSDTC));
224
throw new WsatAdminException(WsatAdminErrorCode.
DTC_RESTART_ERROR
, SR.GetString(SR.ErrorRestartMSDTC));
232
throw new WsatAdminException(WsatAdminErrorCode.
DTC_RESTART_ERROR
, SR.GetString(SR.ErrorRestartMSDTC));
Configuration\WsatConfiguration.cs (1)
467
throw new WsatAdminException(WsatAdminErrorCode.
DTC_RESTART_ERROR
, SR.GetString(SR.ErrorRestartMSDTC), e);