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

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

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

Same methods

ClusterParameterGroupNotFoundException::ClusterParameterGroupNotFoundException ( System info, System context ) : System
ClusterParameterGroupNotFoundException::ClusterParameterGroupNotFoundException ( string message ) : 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