Table of Contents

Constructor InvalidPasswordException

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

InvalidPasswordException()

Initializes the exception.

public InvalidPasswordException()

InvalidPasswordException(string)

Initializes the exception with a message.

public InvalidPasswordException(string message)

Parameters

message string

The error message.

InvalidPasswordException(string, Exception?)

Initializes the exception with a message and an inner exception.

public InvalidPasswordException(string message, Exception? innerException)

Parameters

message string

The error message.

innerException Exception

The underlying cause.