Amazon.CodeDeploy.Model.InvalidBucketNameFilterException.InvalidBucketNameFilterException C# (CSharp) Method

InvalidBucketNameFilterException() public method

Construct instance of InvalidBucketNameFilterException
public InvalidBucketNameFilterException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public InvalidBucketNameFilterException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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