| 
PasswordErrorException
Message Property
  | 
 Gets the message that describes the current exception.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public override string Message { get; }
 
Public Overrides ReadOnly Property Message As String
	Get
 
public:
virtual property String^ Message {
	String^ get () override;
}
 
abstract Message : string with get
override Message : string with get
 
 
 
Property Value
 
 Type:
 
String
 
Implements
 
_Exception
Message
 
 
 See Also
See Also