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