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

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

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

Same methods

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