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

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

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

Same methods

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