2 references to FatalException
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\CallbackException.cs (1)
13public CallbackException(string message, Exception innerException) : base(message, innerException)
FrameworkFork\System.ServiceModel\SMDiagnostics\System\ServiceModel\Diagnostics\ExceptionUtility.cs (1)
66return this.ThrowHelperError(new FatalException(message, innerException));