EmptyContextIssue Class

Indicates a placeholder returned an empty context, though it was required.

Definition

Namespace: MFiles.VAF.Placeholders.Issues
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class EmptyContextIssue : PlaceholderExpansionIssue
Inheritance
Object    PlaceholderExpansionIssue    EmptyContextIssue

Constructors

EmptyContextIssue Indicates a placeholder returned an empty context, though it was required.

Properties

Message Description of the issue.
(Inherited from PlaceholderExpansionIssue)
Source The source of the issue.
(Inherited from PlaceholderExpansionIssue)

See Also