Amazon.Shield.AmazonShieldException.AmazonShieldException C# (CSharp) Method

AmazonShieldException() public method

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

Same methods

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