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

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

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

Same methods

WAFNonEmptyEntityException::WAFNonEmptyEntityException ( Exception innerException ) : System
WAFNonEmptyEntityException::WAFNonEmptyEntityException ( System info, System context ) : 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