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

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

Construct instance of ReservedNodeAlreadyExistsException
public ReservedNodeAlreadyExistsException ( Exception innerException ) : System
innerException System.Exception
Результат 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