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

InvalidClusterStateException() 공개 메소드

Construct instance of InvalidClusterStateException
public InvalidClusterStateException ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public InvalidClusterStateException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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