5 references to FaultType
System.Workflow.ComponentModel (5)
AuthoringOM\Behaviors\ExceptionHandler.cs (3)
136
returnType = this.
FaultType
;
178
if (exceptionHandler.
FaultType
== null)
184
else if (!TypeProvider.IsAssignable(typeof(Exception), exceptionHandler.
FaultType
))
AuthoringOM\Behaviors\ExceptionHandlers.cs (2)
147
Type canHandleType = exceptionHandler.
FaultType
;
179
Type catchType = exceptionHandler.
FaultType
;