Constructor NotFoundException.NotFoundException(+ 1 overload)
Overload
Sets Message = "Not found."
.
public NotFoundException()
Overload(top)
Sets Message = message
.
public NotFoundException(string message)
Parameters
message (string) |
Sets Message = "Not found."
.
public NotFoundException()
Sets Message = message
.
public NotFoundException(string message)
message (string) |