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

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

Construct instance of QueueDeletedRecentlyException
public QueueDeletedRecentlyException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public QueueDeletedRecentlyException(Exception innerException) 
            : base(innerException) {}
            

Same methods

QueueDeletedRecentlyException::QueueDeletedRecentlyException ( System info, System context ) : System
QueueDeletedRecentlyException::QueueDeletedRecentlyException ( string message ) : 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