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

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

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

Same methods

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