Amazon.SQS.Model.PurgeQueueInProgressException.PurgeQueueInProgressException C# (CSharp) Method

PurgeQueueInProgressException() public method

Construct instance of PurgeQueueInProgressException
public PurgeQueueInProgressException ( Exception innerException ) : System
innerException System.Exception
return System
        public PurgeQueueInProgressException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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