Click or drag to resize

MultistatusExceptionAddInnerException Method (String, DavException)

IT Hit WebDAV Classes Reference
Adds item error.

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

Parameters

itemPath
Type: SystemString
tem path for which operation failed.
exception
Type: ITHit.WebDAV.ServerDavException
Exception for failed operation.
See Also