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

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

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

Same methods

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