PsConverterOptions.SupressErrors

PsConverterOptions.SupressErrors property

Specifies whether errors must be suppressed or not. If true suppressed errors are added to Exceptions list. If false the first error will terminate the program.

public bool SupressErrors { get; set; }

See Also