Warnings

GenerationResult.Warnings property

Gets or sets list of the warnings messages describing non-critical faults appeared during generation

public List<string> Warnings { get; set; }

See Also