1 type derived from FatalException
System.ServiceModel.Primitives (1)
Internals\System\Runtime\CallbackException.cs (1)
8internal class CallbackException : FatalException
1 instantiation of FatalException
System.ServiceModel.Primitives (1)
SMDiagnostics\System\ServiceModel\Diagnostics\ExceptionUtility.cs (1)
39return ThrowHelperError(new FatalException(message, innerException));
1 reference to FatalException
System.ServiceModel.Primitives (1)
Internals\System\Runtime\Fx.cs (1)
187if (exception is FatalException ||