Table of Contents

Constructor IncorrectPasswordException

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

IncorrectPasswordException()

Initializes a new instance of the IncorrectPasswordException class.

public IncorrectPasswordException()

IncorrectPasswordException(string)

Initializes a new instance of the IncorrectPasswordException class.

public IncorrectPasswordException(string message)

Parameters

message string

The message.

IncorrectPasswordException(string, Exception)

Initializes a new instance of the IncorrectPasswordException class.

public IncorrectPasswordException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.