C# Class AutoLot.Dal.Exceptions.CustomRetryLimitExceededException

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

Public Methods

Method Description
CustomRetryLimitExceededException ( ) : System
CustomRetryLimitExceededException ( string message ) : System
CustomRetryLimitExceededException ( string message, RetryLimitExceededException innerException ) : System

Method Details

CustomRetryLimitExceededException() public method

public CustomRetryLimitExceededException ( ) : System
return System

CustomRetryLimitExceededException() public method

public CustomRetryLimitExceededException ( string message ) : System
message string
return System

CustomRetryLimitExceededException() public method

public CustomRetryLimitExceededException ( string message, RetryLimitExceededException innerException ) : System
message string
innerException RetryLimitExceededException
return System