AmazonSqs.QueueException.QueueException C# (CSharp) Метод

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

public QueueException ( string message ) : System
message string
Результат System
        public QueueException(string message)
            : base(message)
        {
        }

Same methods

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