Enum ExceptionType
- Namespace
- Polly
- Assembly
- Polly.dll
Represents the type of exception resulting from a failed policy
public enum ExceptionType
Fields
HandledByThisPolicy = 0
An exception type that has been defined to be handled by this policy
Unhandled = 1
An exception type that has been not been defined to be handled by this policy