ResponseCode.NotFound Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The user does not exist at the domain specified. (404)
public: int NotFound = 404;
public const int NotFound = 404;
val mutable NotFound : int
Public Const NotFound As Integer = 404