Table of Contents

Delegate ReportTracingError

Namespace
Microsoft.Practices.EnterpriseLibrary.Logging
Assembly
Microsoft.Practices.EnterpriseLibrary.Logging.dll

Error handling delegate.

public delegate void ReportTracingError(Exception exception, object data, string source)

Parameters

exception Exception

The exception that was thrown while tracing.

data object

The data.

source string

The source.

Constructors

ReportTracingError(object, nint)

public ReportTracingError(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(Exception, object, string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Exception exception, object data, string source, AsyncCallback callback, object @object)

Parameters

exception Exception
data object
source string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Exception, object, string)

public virtual void Invoke(Exception exception, object data, string source)

Parameters

exception Exception
data object
source string