5 references to Fault
System.Workflow.ComponentModel (5)
AuthoringOM\Fault.cs (5)
56if (this.Fault == null && this.FaultType == null) 66if (this.Fault != null && this.FaultType != null && !this.FaultType.IsInstanceOfType(this.Fault)) 71if (this.Fault != null) 72throw this.Fault;