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

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

Construct instance of ReservedNodeAlreadyExistsException
public ReservedNodeAlreadyExistsException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public ReservedNodeAlreadyExistsException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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