Click or drag to resize
weroSoft AG, Software
IExceptionService Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the responsibility of the license service.

Namespace:  WeroSoft.ProcessManagement.Automation
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IExceptionService : IDisposable

The IExceptionService type exposes the following members.

Methods
  NameDescription
Public methodCreateExceptionT(Object, ResourceManager, String, Object)
Creates a new exception with the given texts in the current thread language and perform an English trace entry(if available).
Public methodCreateExceptionT(Object, Exception, ResourceManager, String, Object)
Creates a new exception with the given texts in the current thread language and perform an English trace entry(if available).
Public methodCreateExceptionT(Object, Exception, ResourceManager, String, TraceProvidingSource, Object)
Creates a new exception with the given texts in the current thread language and perform an English trace entry(if available).
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetRecordedExceptions
Gets the recorded exceptions.
Top
See Also