Click or drag to resize

NeedPrivilegesException Constructor (String)

IT Hit WebDAV Classes Reference
Initializes a new instance of the NeedPrivilegesException class.

Namespace:  ITHit.WebDAV.Server.Acl
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public NeedPrivilegesException(
	string message
)

Parameters

message
Type: SystemString
Error message.
See Also