Open sandboxFocus

Property RetryableExceptionTypes

RetryableExceptionTypes

Gets or sets an array of exception types that can be retried. A null entry means that non-exception failures (such as transaction retries) will be retried. By default, all exception types and non-exceptions are retried.

Declaration
public Type[] RetryableExceptionTypes { get; set; }
Property Value
Type Description
Type[]