Click or drag to resize

LocalPersistenceExceptionMessage Property

Gets a message that describes the current exception.

Namespace:  SanteDB.DisconnectedClient.Exceptions
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public override string Message { get; }

Property Value

Type: String
The message.

Return Value

Type: String
The error message that explains the reason for the exception, or an empty string ("").
See Also