C# Class AutoLot.Dal.Exceptions.CustomRetryLimitExceededException

Inheritance: AutoLot.Dal.Exceptions.CustomException
Afficher le fichier Open project: Apress/pro-c-sharp-9-w-.net-core-5

Méthodes publiques

Méthode Description
CustomRetryLimitExceededException ( ) : System
CustomRetryLimitExceededException ( string message ) : System
CustomRetryLimitExceededException ( string message, RetryLimitExceededException innerException ) : System

Method Details

CustomRetryLimitExceededException() public méthode

public CustomRetryLimitExceededException ( ) : System
Résultat System

CustomRetryLimitExceededException() public méthode

public CustomRetryLimitExceededException ( string message ) : System
message string
Résultat System

CustomRetryLimitExceededException() public méthode

public CustomRetryLimitExceededException ( string message, RetryLimitExceededException innerException ) : System
message string
innerException RetryLimitExceededException
Résultat System