Click or drag to resize
weroSoft AG, Software
ExceptionHelper Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Provides some methods to support exception creation with automatic tracing.
Inheritance Hierarchy
SystemObject
  WeroSoft.DiagnosticsExceptionHelper

Namespace:  WeroSoft.Diagnostics
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class ExceptionHelper
Methods
  NameDescription
Public methodStatic memberCreateAndTraceExceptionT(ResourceManager, String, Object)
Creates an exception and traces the exception.
Public methodStatic memberCreateAndTraceExceptionT(Exception, ResourceManager, String, Object)
Creates an exception and traces the exception.
Public methodStatic memberCreateAndTraceExceptionT(ResourceManager, String, TraceProvidingSource, Object)
Creates an exception and traces the exception.
Public methodStatic memberCreateAndTraceExceptionT(Exception, ResourceManager, String, TraceProvidingSource, Object)
Creates an exception and traces the exception.
Public methodStatic memberCreateAndTraceExceptionT(Object, Exception, ResourceManager, String, TraceProvidingSource, Object)
Creates an exception and traces the exception.
Public methodStatic memberCreateErrorT(TraceProvidingSource, String, Object)
Create an exception of the type given by the parameter and writes its text automatically to the trace.
Public methodStatic memberCreateErrorT(TraceProvidingSource, Exception, String, Object)
Create an exception of the type given by the parameter and writes its text automatically to the trace.
Top
See Also