Table of Contents

Constructor ContentControlBindingException

Namespace
DocWright.Dom.ContentControls
Assembly
DocWright.Dom.dll

ContentControlBindingException()

Initializes the exception.

public ContentControlBindingException()

ContentControlBindingException(string)

Initializes the exception with a message.

public ContentControlBindingException(string message)

Parameters

message string

The error message.

ContentControlBindingException(string, Exception?)

Initializes the exception with a message and an inner exception.

public ContentControlBindingException(string message, Exception? innerException)

Parameters

message string

The error message.

innerException Exception

The underlying cause.