AmazonSqs.QueueException.QueueException C# (CSharp) Method

QueueException() public method

public QueueException ( string message ) : System
message string
return System
        public QueueException(string message)
            : base(message)
        {
        }

Same methods

QueueException::QueueException ( string message, Exception ex ) : System
QueueException