1 write to Name
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstancePersistenceCommand.cs (1)
20
Name
= name;
22 references to Name
System.Activities.DurableInstancing (19)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
121
Exception exception = StoreUtilities.GetNextResultSet(this.InstancePersistenceCommand.
Name
, reader);
System\Activities\DurableInstancing\DeleteWorkflowOwnerAsyncResult.cs (1)
54
exception = StoreUtilities.CheckRemainingResultSetForErrors(base.InstancePersistenceCommand.
Name
, reader);
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
61
Exception exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.
Name
, reader);
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (1)
65
Exception exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.
Name
, reader);
System\Activities\DurableInstancing\ExtendLockAsyncResult.cs (1)
64
return StoreUtilities.CheckRemainingResultSetForErrors(base.InstancePersistenceCommand.
Name
, reader);
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (3)
99
Exception exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.
Name
, reader);
189
Exception exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.
Name
, reader);
227
Exception exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.
Name
, reader);
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
37
Exception exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.
Name
, reader);
System\Activities\DurableInstancing\RecoverInstanceLocksAsyncResult.cs (1)
60
return StoreUtilities.CheckRemainingResultSetForErrors(base.InstancePersistenceCommand.
Name
, reader);
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (2)
136
Exception exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.
Name
, reader);
146
exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.
Name
, reader);
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
344
throw FxTrace.Exception.AsError(new InstanceOwnerException(command.
Name
, this.storeLock.LockOwnerId));
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (3)
182
throw FxTrace.Exception.AsError(new InstanceLockLostException(thisPtr.InstancePersistenceCommand.
Name
, instanceId));
209
delayedException = new InstancePersistenceCommandException(thisPtr.InstancePersistenceCommand.
Name
, instanceId, exception);
306
delayedException = new InstancePersistenceCommandException(this.InstancePersistenceCommand.
Name
, instanceId, exception);
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (2)
33
throw FxTrace.Exception.AsError(new InstancePersistenceCommandException(command.
Name
, SR.TryLoadRequiresWorkflowType, null));
57
Exception exception = StoreUtilities.GetNextResultSet(this.InstancePersistenceCommand.
Name
, reader);
System\Activities\DurableInstancing\UnlockInstanceAsyncResult.cs (1)
53
return StoreUtilities.CheckRemainingResultSetForErrors(base.InstancePersistenceCommand.
Name
, reader);
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (3)
251
throw Fx.Exception.AsError(new InstanceHandleConflictException(LastAsyncResult.CurrentCommand.
Name
, InstanceView.InstanceId));
266
throw Fx.Exception.AsError(new InstanceHandleConflictException(LastAsyncResult.CurrentCommand.
Name
, InstanceView.InstanceId));
1409
throw Fx.Exception.AsError(new NotSupportedException(SRCore.ProviderDoesNotSupportCommand(CurrentCommand.
Name
)));