Amazon.Redshift.Model.ReservedNodeAlreadyExistsException.ReservedNodeAlreadyExistsException C# (CSharp) Метод

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

Constructs a new ReservedNodeAlreadyExistsException with the specified error message.
public ReservedNodeAlreadyExistsException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public ReservedNodeAlreadyExistsException(string message) 
            : base(message) {}
          

Same methods

ReservedNodeAlreadyExistsException::ReservedNodeAlreadyExistsException ( Exception innerException ) : System
ReservedNodeAlreadyExistsException::ReservedNodeAlreadyExistsException ( System info, System context ) : 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