3 references to ReturnCode
WsatConfig (3)
Configuration\RemoteHelper.cs (3)
125if (handler.IsArrived && handler.ReturnCode != 0) 127throw new WsatAdminException((WsatAdminErrorCode)handler.ReturnCode, 128SR.GetString(SR.ErrorRemoteExecution, handler.ReturnCode));