Enum FaultType
- Namespace
- Polly
- Assembly
- Polly.dll
Represents the type of outcome from a failed policy
public enum FaultType
Fields
ExceptionHandledByThisPolicy = 0
An exception type that has been defined to be handled by this policy
ResultHandledByThisPolicy = 2
A result value that has been defined to be handled by this policy
UnhandledException = 1
An exception type that has been not been defined to be handled by this policy