Amazon.WAFRegional.Model.WAFInvalidAccountException.WAFInvalidAccountException C# (CSharp) Метод

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

Constructs a new WAFInvalidAccountException with the specified error message.
public WAFInvalidAccountException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public WAFInvalidAccountException(string message) 
            : base(message) {}
          

Same methods

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