Sha256: c359f7ffaf66734576c32a503c94fdcc008145ba97472287f0d9ac7024169c34

Contents?: true

Size: 233 Bytes

Versions: 14

Compression:

Stored size: 233 Bytes

Contents

class Exception
	{
	private:
		int ErrNo;
		char Message[EXCEPTION_MSG_BUF_SIZE];

	public:
		Exception(int err_no, char *format, ...);

		int GetErrNo() {return ErrNo;}
		char *GetEMessage() {return Message;}

		void Print();
	};


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rhodes-7.6.0 neon/Helium/HeliumForWindows/Implementation/Common/Private/odax/Exception.h
rhodes-7.5.1 neon/Helium/HeliumForWindows/Implementation/Common/Private/odax/Exception.h
rhodes-7.4.1 neon/Helium/HeliumForWindows/Implementation/Common/Private/odax/Exception.h
rhodes-7.1.17 neon/Helium/HeliumForWindows/Implementation/Common/Private/odax/Exception.h
rhodes-6.2.0 neon/Helium/HeliumForWindows/Implementation/Common/Private/odax/Exception.h
rhodes-6.0.11 neon/Helium/HeliumForWindows/Implementation/Common/Private/odax/Exception.h
rhodes-5.5.18 neon/Helium/HeliumForWindows/Implementation/Common/Private/odax/Exception.h
rhodes-5.5.17 neon/Helium/HeliumForWindows/Implementation/Common/Private/odax/Exception.h
rhodes-5.5.15 neon/Helium/HeliumForWindows/Implementation/Common/Private/odax/Exception.h
rhodes-5.5.0.22 neon/Helium/HeliumForWindows/Implementation/Common/Private/odax/Exception.h
rhodes-5.5.2 neon/Helium/HeliumForWindows/Implementation/Common/Private/odax/Exception.h
rhodes-5.5.0.7 neon/Helium/HeliumForWindows/Implementation/Common/Private/odax/Exception.h
rhodes-5.5.0.3 neon/Helium/HeliumForWindows/Implementation/Common/Private/odax/Exception.h
rhodes-5.5.0 neon/Helium/HeliumForWindows/Implementation/Common/Private/odax/Exception.h