Amazon.CodePipeline.Model.InvalidStructureException.InvalidStructureException C# (CSharp) Method

InvalidStructureException() public method

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

Same methods

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