CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
zip_error_action.h
1
#ifndef _aspose_zip_zip_error_action_h_
2
#define _aspose_zip_zip_error_action_h_
3
4
namespace
Aspose {
namespace
Zip {
5
6
// An enum providing the options when an error occurs during opening or reading
7
// of a file or directory to be added to a zip file.
8
9
enum class
ZipErrorAction
10
{
11
Throw,
12
Skip
,
13
Retry
,
14
InvokeErrorEvent
15
};
16
17
}}
// namespace Aspose::Zip
18
19
#endif
// _aspose_zip_zip_error_action_h_
20
System::Windows::Forms::DialogResult::Retry
@ Retry
Retry button pressed.
System::Xml::Schema::XmlSchemaContentProcessing::Skip
@ Skip
Document items must consist of well-formed XML and are not validated by the schema.
include
zip
zip_error_action.h
Generated by
1.9.4