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

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

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

Same methods

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