Click or drag to resize

WebDavSessionLogWebDavError Method (WebDavException)

IT Hit WebDAV Classes Reference
Rises the WebDavError event.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public virtual void LogWebDavError(
	WebDavException ex
)

Parameters

ex
Type: ITHit.WebDAV.Client.ExceptionsWebDavException
Exception to be passed in Exception property to WebDavError event handler.

Implements

ISessionLogWebDavError(WebDavException)
See Also