CxXmlDocException

Description

sealed class Tinman.Core.Cx.XmlDoc.CxXmlDocException

Derived from

CxNode abstract
ICxNameContainer

Represents the documentation of a thrown exception:

<exception cref="Name">
  Content
</exception>

ICxNameContainer.Name returns the name of the referenced exception.

Public / Constructors

Cx​Xml​Doc​Exception


public constructor CxXmlDocException → (2)

name in : CxName

See ICxNameContainer.Name.

content in : CxXmlDocBody

[not-null]
See Content.

Creates a new instance of CxXmlDocException.

Public / Attributes

Content


[Constant]
public attribute Content → (get)

value : CxXmlDocBody

[not-null]
The documentation content.

Returns the documentation content.