AmazonSqs.QueueException.QueueException C# (CSharp) Méthode

QueueException() public méthode

public QueueException ( string message ) : System
message string
Résultat System
        public QueueException(string message)
            : base(message)
        {
        }

Same methods

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