Implement exception handling

You are creating a custom exception called LogonFailedException. Which constructors should you at least add? (Choose all that apply)

LogonFailed(string message)
LogonFailed(Exception innerException)
LogonFailed()
LogonFailed(string message, Exception innerException)