Amazon.SimpleSystemsManagement.Model.CustomSchemaCountLimitExceededException.CustomSchemaCountLimitExceededException C# (CSharp) Method

CustomSchemaCountLimitExceededException() public method

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

Same methods

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