Constructor DocWrightException
DocWrightException()
Initializes the exception.
public DocWrightException()
DocWrightException(string)
Initializes the exception with a message.
public DocWrightException(string message)
Parameters
messagestringThe error message.
DocWrightException(string, Exception?)
Initializes the exception with a message and an inner exception.
public DocWrightException(string message, Exception? innerException)