class
	ECOM_EXCEP_INFO

General
	cluster: com.Structures
	description: "Encapsulation of EXEPTINFO structure"
	create: make_from_pointer, make

Ancestors
	ECOM_STRUCTURE

Queries
	bstr_description: STRING
	bstr_help_file: STRING
	bstr_source: STRING
	dw_help_context: INTEGER
	exists: BOOLEAN
	item: POINTER
	pv_reserved: POINTER
	scode: ECOM_HRESULT
	shared: BOOLEAN
	structure_size: INTEGER
	to_integer: INTEGER
	w_code: INTEGER
	w_reserved: INTEGER

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_bstr_description (a_bstr_description: STRING)
	set_bstr_help_file (a_bstr_help_file: STRING)
	set_bstr_source (a_bstr_source: STRING)
	set_dw_help_context (a_dw_help_context: INTEGER)
	set_pv_reserved (a_pv_reserved: POINTER)
	set_scode (a_scode: ECOM_HRESULT)
	set_shared
	set_unshared
	set_value (source: [like Current] ECOM_EXCEP_INFO)
	set_w_code (a_w_code: INTEGER)
	set_w_reserved (a_w_reserved: INTEGER)