Amazon.WAF.Model.WAFNonexistentContainerException.WAFNonexistentContainerException C# (CSharp) Метод

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

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

Same methods

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