Show / Hide Table of Contents

Class WebDavException

The WebDAV exception

Inheritance
Object
Exception
WebDavException
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace:FubarDev.WebDavServer
Assembly:FubarDev.WebDavServer.dll
Syntax
public class WebDavException : Exception

Constructors

| Improve this Doc View Source

WebDavException(WebDavStatusCode)

Initializes a new instance of the WebDavException class.

Declaration
public WebDavException(WebDavStatusCode statusCode)
Parameters
Type Name Description
WebDavStatusCode statusCode

The WebDAV status code

| Improve this Doc View Source

WebDavException(WebDavStatusCode, Exception)

Initializes a new instance of the WebDavException class.

Declaration
public WebDavException(WebDavStatusCode statusCode, [NotNull] Exception innerException)
Parameters
Type Name Description
WebDavStatusCode statusCode

The WebDAV status code

Exception innerException

The inner exception

| Improve this Doc View Source

WebDavException(WebDavStatusCode, String)

Initializes a new instance of the WebDavException class.

Declaration
public WebDavException(WebDavStatusCode statusCode, string responseMessage)
Parameters
Type Name Description
WebDavStatusCode statusCode

The WebDAV status code

String responseMessage

The reason phrase for the status code

Properties

| Improve this Doc View Source

StatusCode

Gets the WebDAV status code

Declaration
public WebDavStatusCode StatusCode { get; }
Property Value
Type Description
WebDavStatusCode
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX