Amazon.Redshift.Model.InvalidClusterStateException.InvalidClusterStateException C# (CSharp) 메소드

InvalidClusterStateException() 공개 메소드

Construct instance of InvalidClusterStateException
public InvalidClusterStateException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
리턴 System
        public InvalidClusterStateException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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