Click or drag to resize

PasswordErrorException Constructor

Class using the specified error message and a new instance of the class.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public PasswordErrorException(
	string message
)

Parameters

message
Type: System String
the message.
See Also