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