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

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

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

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 ) : System
InvalidDBClusterStateException