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