ExceptionSetFileTypes
Sets the file types to be monitored for exception handling.
Member of namespace
ConvertSyntax
bool ExceptionSetFileTypes(string types)
Parameters
- types
- Type: string
- A comma delimited list of the file extensions to monitor.
Returns
Always True.Level
Any level.Details
Sets one or more file types to be monitored for special exception handling. Unspecified file types that encounter processing failures cause an abort without any further action. If this action is not called or the parameter is blank, then all file types are monitored.- Example:
ExceptionSetHandler(1) ExceptionSetFileTypes(.pdf,.doc,.docx,.xls,.xlsx,.txt)