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

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

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

Same methods

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