1 write to ErrorCode
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (1)
349
this.
ErrorCode
= code;
1 reference to ErrorCode
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (1)
113
return SqlCommandAsyncResult.retryErrorCodes.Any(x => x.
ErrorCode
== error && (x.RetryErrorOptions & retryErrorOptions) == retryErrorOptions);