MaxRetryException constructor

MaxRetryException(
  1. String errorMessage
)

Creates a MaxRetryException with a errorMessage.

Implementation

MaxRetryException(String errorMessage) : super(errorMessage);