2 references to FatalException
System.ServiceModel.Primitives (2)
Internals\System\Runtime\CallbackException.cs (1)
14public CallbackException(string message, Exception innerException) : base(message, innerException)
SMDiagnostics\System\ServiceModel\Diagnostics\ExceptionUtility.cs (1)
39return ThrowHelperError(new FatalException(message, innerException));