Method | Description | |
---|---|---|
CustomRetryLimitExceededException ( ) : System | ||
CustomRetryLimitExceededException ( string message ) : System | ||
CustomRetryLimitExceededException ( string message, RetryLimitExceededException innerException ) : System |
public CustomRetryLimitExceededException ( ) : System | ||
return | System |
public CustomRetryLimitExceededException ( string message ) : System | ||
message | string | |
return | System |
public CustomRetryLimitExceededException ( string message, RetryLimitExceededException innerException ) : System | ||
message | string | |
innerException | RetryLimitExceededException | |
return | System |