ResponseCode.RequestUriTooLong 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 request URI is too long. (414)
public: int RequestUriTooLong = 414;
public const int RequestUriTooLong = 414;
val mutable RequestUriTooLong : int
Public Const RequestUriTooLong As Integer = 414