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
ExceptionThe exception that was thrown while tracing.
data
objectThe data.
source
stringThe source.
Constructors
ReportTracingError(object, nint)
public ReportTracingError(object @object, nint method)
Parameters
Methods
BeginInvoke(Exception, object, string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Exception exception, object data, string source, AsyncCallback callback, object @object)
Parameters
exception
Exceptiondata
objectsource
stringcallback
AsyncCallbackobject
object
Returns
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)