Click or drag to resize

MultistatusExceptionAddInnerException Method (String, PropertyName, DavException)

IT Hit WebDAV Classes Reference
Addes property error.

Namespace:  ITHit.WebDAV.Server
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public void AddInnerException(
	string itemPath,
	PropertyName propertyName,
	DavException exception
)

Parameters

itemPath
Type: SystemString
Item path for which property operation failed.
propertyName
Type: ITHit.WebDAV.ServerPropertyName
Property name for which operation failed.
exception
Type: ITHit.WebDAV.ServerDavException
Exception for failed operation.
See Also