Sha256: 5e7977a8cf9df096cd5cc6cef7789fb1d7022b6610179218167575021781f433
Contents?: true
Size: 793 Bytes
Versions: 19
Compression:
Stored size: 793 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_2_X class NSIException < AbstractInterface IID = "f3a8d3b4-c424-4edc-8bf6-8974c983ba78" property :message, WSTRING, :readonly => true property :result, T_UINT32, :readonly => true property :name, WSTRING, :readonly => true property :filename, WSTRING, :readonly => true property :line_number, T_UINT32, :readonly => true property :column_number, T_UINT32, :readonly => true property :location, :NSIStackFrame, :readonly => true property :inner, :NSIException, :readonly => true property :data, :NSISupports, :readonly => true function :to_string, WSTRING, [] end end end end end
Version data entries
19 entries across 19 versions & 3 rubygems