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