3 references to ThrowHelper
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\SMDiagnostics\System\ServiceModel\Diagnostics\ExceptionUtility.cs (3)
91return ThrowHelper(exception, EventLevel.Critical); 96return ThrowHelper(exception, EventLevel.Error); 101return ThrowHelper(exception, EventLevel.Warning);