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