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
)
Public Sub AddInnerException (
itemPath As String,
exception As DavException
)
public:
void AddInnerException(
String^ itemPath,
DavException^ exception
)
member AddInnerException :
itemPath : string *
exception : DavException -> unit
Parameters
- itemPath
- Type: SystemString
tem path for which operation failed. - exception
- Type: ITHit.WebDAV.ServerDavException
Exception for failed operation.
See Also