Amazon.Budgets.Model.CreationLimitExceededException.CreationLimitExceededException C# (CSharp) Method

CreationLimitExceededException() public method

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

Same methods

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