 | PolicyViolationExceptionMessage Property |
Gets a message that describes the current exception.
Namespace: SanteDB.Core.ExceptionsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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
StringThe message.
Return Value
StringThe error message that explains the reason for the exception, or an empty string (").
See Also