BadRequestException Class

IT Hit WebDAV for .NET

The request could not be understood by the server due to malformed syntax.

For a list of all members of this type, see BadRequestException Members.

System.Object
   System.Exception
      ITHit.WebDAV.Client.Exceptions.WebDavException
         ITHit.WebDAV.Client.Exceptions.WebDavHttpException
            ITHit.WebDAV.Client.Exceptions.BadRequestException

[Visual Basic]
Public Class BadRequestException
    Inherits WebDavHttpException
[C#]
public class BadRequestException : WebDavHttpException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Thrown when server responded with 400 (Bad Request) http response. The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.

Requirements

Namespace: ITHit.WebDAV.Client.Exceptions

Assembly: ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll)

See Also

BadRequestException Members | ITHit.WebDAV.Client.Exceptions Namespace