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

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

Construct instance of WAFReferencedItemException
public WAFReferencedItemException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public WAFReferencedItemException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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