Table of Contents

Delegate ExceptionPredicate

Namespace
Polly
Assembly
Polly.dll
public delegate Exception ExceptionPredicate(Exception ex)

Parameters

ex Exception

Returns

Exception
Extension Methods

Constructors

ExceptionPredicate(object, IntPtr)

public ExceptionPredicate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Exception, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Exception ex, AsyncCallback callback, object @object)

Parameters

ex Exception
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual Exception EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

Exception

Invoke(Exception)

public virtual Exception Invoke(Exception ex)

Parameters

ex Exception

Returns

Exception