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

ApplicationAlreadyExistsException() public method

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

Same methods

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