Click or drag to resize

PolicyViolationExceptionMessage Property

Gets a message that describes the current exception.

Namespace: SanteDB.Core.Exceptions
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public override string Message { get; }

Property Value

String
The message.

Return Value

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