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