Amazon.Redshift.Model.ReservedNodeAlreadyExistsException.ReservedNodeAlreadyExistsException C# (CSharp) Method

ReservedNodeAlreadyExistsException() public method

Construct instance of ReservedNodeAlreadyExistsException
public ReservedNodeAlreadyExistsException ( Exception innerException ) : System
innerException System.Exception
return System
        public ReservedNodeAlreadyExistsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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