PlaceholderExpansionIssue Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public PlaceholderExpansionIssue(
	PlaceholderTemplateNode source,
	string message
)

Parameters

source  PlaceholderTemplateNode
The source of the issue.
message  String
Description of the issue.

See Also