Amazon.Redshift.Model.TableRestoreNotFoundException.TableRestoreNotFoundException C# (CSharp) 메소드

TableRestoreNotFoundException() 공개 메소드

Constructs a new TableRestoreNotFoundException with the specified error message.
public TableRestoreNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
리턴 System
        public TableRestoreNotFoundException(string message) 
            : base(message) {}
          

Same methods

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