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

AlarmsLimitExceededException() public method

Construct instance of AlarmsLimitExceededException
public AlarmsLimitExceededException ( Exception innerException ) : System
innerException System.Exception
return System
        public AlarmsLimitExceededException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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