Click or drag to resize

MultistatusExceptionAddInnerException Method (MultistatusException)

IT Hit WebDAV Classes Reference
Adds all errors from mex exception to this one.

Namespace:  ITHit.WebDAV.Server
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public void AddInnerException(
	MultistatusException mex
)

Parameters

mex
Type: ITHit.WebDAV.ServerMultistatusException
Exception to merge with.
See Also