IIsSensitiveMessage interface

namespace: Serenity.Services   assemblySerenity.Net.Core

An interface to determine if the message of an exception might contain sensitive information that should not be shown to the end user. Currently only ValidationError implements this and returns false by default unless set explicitly.

public interface IIsSensitiveMessage

Members

name description
IsSensitiveMessage { get; } Gets if the message of this exception can be safely shown to the end user, e.g.

See Also