Home
last modified time | relevance | path

Searched refs:instanceNotFoundCode (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/Dispatcher/
H A DOperationExecutionFault.cs19 static FaultCode instanceNotFoundCode; field in System.ServiceModel.Activities.Dispatcher.OperationExecutionFault
78 if (instanceNotFoundCode == null) in CreateInstanceNotFoundFault()
80instanceNotFoundCode = new FaultCode(XD2.WorkflowControlServiceFaults.InstanceNotFound, XD2.Workfl… in CreateInstanceNotFoundFault()
82 return new OperationExecutionFault(description, instanceNotFoundCode); in CreateInstanceNotFoundFault()