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: 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