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