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

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

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

Same methods

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