SaveOptions.SaveOptions

SaveOptions()

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

public SaveOptions()

See Also


SaveOptions(bool)

Initializes a new instance of the SaveOptions class with default value for flag Debug (false).

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

See Also