Amazon.RDS.Model.InvalidDBClusterStateException.InvalidDBClusterStateException C# (CSharp) Метод

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

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

Same methods

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