CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
exceptions.h
1
2#pragma once
3
4#include <system/string.h>
5#include <system/exceptions.h>
6
7namespace Aspose { EXCEPTION_NAMESPACE(Aspose, Zip) {
8
10DECLARE_INHERITED_EXCEPTION(ZipException, System::Details_Exception);
11
14DECLARE_INHERITED_EXCEPTION(BadPasswordException, Details_ZipException);
15
18DECLARE_INHERITED_EXCEPTION(BadReadException, Details_ZipException);
19
21DECLARE_INHERITED_EXCEPTION(BadCrcException, Details_ZipException);
22
24DECLARE_INHERITED_EXCEPTION(SfxGenerationException, Details_ZipException);
25
29DECLARE_INHERITED_EXCEPTION(BadStateException, Details_ZipException);
30
32DECLARE_INHERITED_EXCEPTION(ZlibException, System::Details_Exception);
33
34}} // namespace Aspose::Zip
Represents an exception. Never create instances of this class manually. Use the Exception class inste...
Definition: exception.h:277