Click or drag to resize

NeedPrivilegesExceptionRenderInlineAsync Method

IT Hit WebDAV Classes Reference
Renders exception as part of multistatus exception.

Namespace:  ITHit.WebDAV.Server.Acl
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public override Task RenderInlineAsync(
	XmlWriter writer,
	ContextAsync<IHierarchyItem> context
)

Parameters

writer
Type: System.XmlXmlWriter
XmlWriter to which to write exception.
context
Type: ITHit.ServerContextAsyncIHierarchyItem
Instance of ContextAsyncTHierarchyItem.

Return Value

Type: Task

[Missing <returns> documentation for "M:ITHit.WebDAV.Server.Acl.NeedPrivilegesException.RenderInlineAsync(System.Xml.XmlWriter,ITHit.Server.ContextAsync{ITHit.WebDAV.Server.IHierarchyItem})"]

See Also