Table of Contents

Constructor UnsupportedFeatureException

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

UnsupportedFeatureException()

Initializes the exception.

public UnsupportedFeatureException()

UnsupportedFeatureException(string)

Initializes the exception with a message.

public UnsupportedFeatureException(string message)

Parameters

message string

The error message.

UnsupportedFeatureException(string, string?)

Initializes the exception with a message and a structured diagnostic code.

public UnsupportedFeatureException(string message, string? diagnosticCode)

Parameters

message string

The error message.

diagnosticCode string

The structured code from DiagnosticCodes.

UnsupportedFeatureException(string, string?, Exception?)

Initializes the exception with a message, a diagnostic code and an inner exception.

public UnsupportedFeatureException(string message, string? diagnosticCode, Exception? innerException)

Parameters

message string

The error message.

diagnosticCode string

The structured code from DiagnosticCodes.

innerException Exception

The underlying cause.