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

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

Construct instance of QueueDeletedRecentlyException
public QueueDeletedRecentlyException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public QueueDeletedRecentlyException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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