RefDocGen
Home
API
FAQ
Templates
Configuration
Basic config
Custom static pages
Doc versioning
YAML config
C#
public interface
IExceptionDocumentation
assembly
RefDocGen
namespace
RefDocGen.CodeElements.Types.Abstract.Exception
Represents a user-documented exception (using the
exception
tag) that can be thrown by a member.
Remarks
This interface doesn't represent exception class declarations (these are represented by
ITypeDeclaration
interface).
Properties
public
XElement
DocComment
{
get
;
}
#
Doc comment provided to the exception.
public
string
Id
{
get
;
}
#
Identifier of the exception. The format is same as for
ITypeNameBaseData.Id
Made with
RefDocGen