| 
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
Syntax
 
 
public PasswordErrorException(
	string message
)
 
Public Sub New ( 
	message As String
)
 
public:
PasswordErrorException(
	String^ message
)
 
new : 
message : string -> PasswordErrorException
 
 
 
Parameters
 
- 
message
 
- 
 Type:
 
System
String
 
 the message.
 
 See Also
See Also