Click or drag to resize

DavExceptionErrorDetails Property

IT Hit WebDAV Classes Reference
Contains XML element name and namespace which will be written to the response body. It provides more information about error which can be interpreted by clients.

Namespace:  ITHit.WebDAV.Server
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public Nullable<ErrorDetails> ErrorDetails { get; set; }

Property Value

Type: NullableErrorDetails
See Also