MultistatusExceptionRenderInlineAsync Method
IT Hit WebDAV Classes Reference
Writes exception as part of MultistatusException.
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public override Task RenderInlineAsync(
XmlWriter writer,
ContextAsync<IHierarchyItem> context
)
Public Overrides Function RenderInlineAsync (
writer As XmlWriter,
context As ContextAsync(Of IHierarchyItem)
) As Task
public:
virtual Task^ RenderInlineAsync(
XmlWriter^ writer,
ContextAsync<IHierarchyItem^>^ context
) override
abstract RenderInlineAsync :
writer : XmlWriter *
context : ContextAsync<IHierarchyItem> -> Task
override RenderInlineAsync :
writer : XmlWriter *
context : ContextAsync<IHierarchyItem> -> Task
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.MultistatusException.RenderInlineAsync(System.Xml.XmlWriter,ITHit.Server.ContextAsync{ITHit.WebDAV.Server.IHierarchyItem})"]
Remarks
Only body shall be written. Text in
Message
shall be omitted because it will be written as part of
MultistatusException exception.
<D:error xmlns:D="DAV:">
<D:must-be-checked-out/>
</D:error>
See Also