3 references to Error_ExceptionTypeNotException
System.Workflow.ComponentModel (3)
AuthoringOM\Behaviors\ExceptionHandler.cs (1)
112throw new Exception(SR.GetString(SR.Error_ExceptionTypeNotException, type, "Type"));
AuthoringOM\Fault.cs (2)
63throw new InvalidOperationException(SR.GetString(CultureInfo.CurrentCulture, SR.Error_ExceptionTypeNotException, this.FaultType, FaultTypeProperty.Name)); 123throw new Exception(SR.GetString(SR.Error_ExceptionTypeNotException, type, "Type"));