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

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

Construct instance of ReservedNodeNotFoundException
public ReservedNodeNotFoundException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public ReservedNodeNotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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