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

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

Construct instance of WAFNonexistentContainerException
public WAFNonexistentContainerException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public WAFNonexistentContainerException(Exception innerException) 
            : base(innerException) {}
            

Same methods

WAFNonexistentContainerException::WAFNonexistentContainerException ( System info, System context ) : System
WAFNonexistentContainerException::WAFNonexistentContainerException ( string message ) : 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