Amazon.Redshift.Model.InvalidClusterParameterGroupStateException.InvalidClusterParameterGroupStateException C# (CSharp) Метод

InvalidClusterParameterGroupStateException() публичный Метод

Constructs a new InvalidClusterParameterGroupStateException with the specified error message.
public InvalidClusterParameterGroupStateException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public InvalidClusterParameterGroupStateException(string message) 
            : base(message) {}
          

Same methods

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