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