AutoLot.Dal.Exceptions.CustomRetryLimitExceededException.CustomRetryLimitExceededException C# (CSharp) Метод

CustomRetryLimitExceededException() публичный Метод

public CustomRetryLimitExceededException ( ) : System
Результат System
        public CustomRetryLimitExceededException()
        {
        }

Same methods

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