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.

IncorrectPasswordException(SerializationInfo, StreamingContext)

Initializes a new instance of the IncorrectPasswordException class.

protected IncorrectPasswordException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The StreamingContext that contains contextual information about the source or destination.

Exceptions

ArgumentNullException

The info parameter is null.

SerializationException

The class name is null or HResult is zero (0).