C# 클래스 AutoLot.Dal.Exceptions.CustomRetryLimitExceededException

상속: AutoLot.Dal.Exceptions.CustomException
파일 보기 프로젝트 열기: Apress/pro-c-sharp-9-w-.net-core-5

공개 메소드들

메소드 설명
CustomRetryLimitExceededException ( ) : System
CustomRetryLimitExceededException ( string message ) : System
CustomRetryLimitExceededException ( string message, RetryLimitExceededException innerException ) : System

메소드 상세

CustomRetryLimitExceededException() 공개 메소드

public CustomRetryLimitExceededException ( ) : System
리턴 System

CustomRetryLimitExceededException() 공개 메소드

public CustomRetryLimitExceededException ( string message ) : System
message string
리턴 System

CustomRetryLimitExceededException() 공개 메소드

public CustomRetryLimitExceededException ( string message, RetryLimitExceededException innerException ) : System
message string
innerException RetryLimitExceededException
리턴 System