Amazon.WAFRegional.Model.WAFInvalidAccountException.WAFInvalidAccountException C# (CSharp) Метод

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

Construct instance of WAFInvalidAccountException
public WAFInvalidAccountException ( 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 WAFInvalidAccountException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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