13 lines
		
	
	
		
			208 B
		
	
	
	
		
			C++
		
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			208 B
		
	
	
	
		
			C++
		
	
	
	
|  | #include "..\e2dcustom.h"
 | |||
|  | 
 | |||
|  | e2d::SystemException::SystemException() throw() | |||
|  | 	: Exception(L"δ֪<EFBFBD><EFBFBD>ϵͳ<EFBFBD>쳣") | |||
|  | { | |||
|  | } | |||
|  | 
 | |||
|  | e2d::SystemException::SystemException(const String& message) throw() | |||
|  | 	: Exception(message) | |||
|  | { | |||
|  | } | |||
|  | 
 |