1 type derived from FatalException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\CallbackException.cs (1)
7
internal class CallbackException :
FatalException
1 instantiation of FatalException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\SMDiagnostics\System\ServiceModel\Diagnostics\ExceptionUtility.cs (1)
66
return this.ThrowHelperError(new
FatalException
(message, innerException));
1 reference to FatalException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Fx.cs (1)
185
if (exception is
FatalException
||