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

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

Construct instance of ClusterParameterGroupAlreadyExistsException
public ClusterParameterGroupAlreadyExistsException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public ClusterParameterGroupAlreadyExistsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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