WebDavException StatusCode Property WebDAV#
Gets the HTTP status code that this WebDavException maps to.

Namespace: WebDAVSharp.Server.Exceptions
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int StatusCode { get; }

Property Value

Type: Int32
The status code.
See Also