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