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