PDFTool.NET 7.0
NetException.h
1
10#ifndef PDFTK_NET_PTLEXCEPTION_H_
11#define PDFTK_NET_PTLEXCEPTION_H_
12
13#include <PdfTkNet/NetTk.h>
14
15namespace PdfTkNet {
16
21
22public ref class PtlException : public System::Exception
23{
24protected:
25 PdfTk::PtlException* m_native;
26public:
27 PdfTk::PtlException* getNative() { return m_native; };
28
29public:
35 PtlException(int errorCode);
36
42 PtlException(int errorCode, String^errorMsg);
43
51
56
61
62public:
69
70public:
76
77public:
82 String^ getErrorMessage();
83
89
90};
91
92} // namespace PdfTkNet
93
94#endif // PDFTK_NET_PTLEXCEPTION_H_
PDF Tool APIの例外クラスです。 例外が発生した場合に使用します。
Definition PtlException.h:21
String getErrorMessageJP()
エラーメッセージ(日本語)を取得。
PtlException operator=(PtlException^ obj)
コピーオペレータ alias copy
PtlException(int errorCode)
コンストラクタ
PtlException(int errorCode, String^errorMsg)
コンストラクタ
‾PtlException()
デストラクタ
int getErrorCode()
エラーコードを取得。
String getErrorMessage()
エラーメッセージを取得。