Skip to content

ValidationError.IsSensitiveMessage property

By default all ValidationErrors are end user exceptions (e.g. message can be shown safely to the end user)

public bool IsSensitiveMessage { get; set; }

See Also