PsSaveOptions.PsSaveOptions

PsSaveOptions()

Initializes a new instance of the PsSaveOptions class with default values for flags !:SuppressErrors (true) and !:Debug (false).

public PsSaveOptions()

See Also


PsSaveOptions(bool)

Initializes a new instance of the PsSaveOptions class with default values for flag !:Debug (false).

public PsSaveOptions(bool supressErrors)
ParameterTypeDescription
supressErrorsBooleanSpecifies whether errors must be suppressed or not. If true suppressed errors are added to !:Exceptions list.

See Also