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
C#
VB
C++
F#
Copy to Clipboard
Print
public
int
StatusCode
{
get
; }
public int StatusCode { get; }
Property Value
Type:
Int32
The status code.
See Also
Reference
WebDavException Class
WebDAVSharp.Server.Exceptions Namespace