Table of Contents

Class DelegateResult<TResult>

Namespace
Polly
Assembly
Polly.dll
public class DelegateResult<TResult>

Type Parameters

TResult
Inheritance
DelegateResult<TResult>
Inherited Members
Extension Methods

Constructors

DelegateResult(Exception)

public DelegateResult(Exception exception)

Parameters

exception Exception

DelegateResult(TResult)

public DelegateResult(TResult result)

Parameters

result TResult

Properties

Exception

public Exception Exception { get; }

Property Value

Exception

Result

public TResult Result { get; }

Property Value

TResult