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