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

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

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

Same methods

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