Amazon.SQS.Model.QueueDeletedRecentlyException.QueueDeletedRecentlyException C# (CSharp) Метод

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

Constructs a new QueueDeletedRecentlyException with the specified error message.
public QueueDeletedRecentlyException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public QueueDeletedRecentlyException(string message) 
            : base(message) {}
          

Same methods

QueueDeletedRecentlyException::QueueDeletedRecentlyException ( Exception innerException ) : System
QueueDeletedRecentlyException::QueueDeletedRecentlyException ( System info, System context ) : System
QueueDeletedRecentlyException::QueueDeletedRecentlyException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
QueueDeletedRecentlyException::QueueDeletedRecentlyException ( string message, Exception innerException ) : System
QueueDeletedRecentlyException::QueueDeletedRecentlyException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
QueueDeletedRecentlyException