The ExceptionFileName property specifies the file name path where exception rows are written.
object.ExceptionFileName [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Exception file specification |
String
Read/write
HRESULT GetExceptionFileName(BSTR *pRetVal);
HRESULT SetExceptionFileName(BSTR NewValue);
After the task is complete, this file can be used to edit and resubmit the rows manually.
ExceptionFileColumnDelimiter Property