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

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

Construct instance of WAFInvalidAccountException
public WAFInvalidAccountException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public WAFInvalidAccountException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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::WAFInvalidAccountException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
WAFInvalidAccountException