NeedPrivilegesException Constructor (String, String, Privilege)
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,
string path,
Privilege privilege
)
Public Sub New (
message As String,
path As String,
privilege As Privilege
)
public:
NeedPrivilegesException(
String^ message,
String^ path,
Privilege privilege
)
new :
message : string *
path : string *
privilege : Privilege -> NeedPrivilegesException
Parameters
- message
- Type: SystemString
Error message. - path
- Type: SystemString
Item path. - privilege
- Type: ITHit.WebDAV.Server.AclPrivilege
Missing privilege.
See Also