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
)
Public Sub AddInnerException (
mex As MultistatusException
)
public:
void AddInnerException(
MultistatusException^ mex
)
member AddInnerException :
mex : MultistatusException -> unit
Parameters
- mex
- Type: ITHit.WebDAV.ServerMultistatusException
Exception to merge with.
See Also