Click or drag to resize

ErrorDetails Constructor

IT Hit WebDAV Classes Reference
Initializes a new instance of the ErrorDetails struct.

Namespace:  ITHit.WebDAV.Server
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public ErrorDetails(
	string namespace,
	string name
)

Parameters

namespace
Type: SystemString
Element namespace.
name
Type: SystemString
Element name.
See Also