Sha256: 2a5d931f512716dc9bebbcd2e89ae3bd62e9c303cb15548446af1a885cfbd1bb
Contents?: true
Size: 793 Bytes
Versions: 11
Compression:
Stored size: 793 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_0_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
11 entries across 11 versions & 2 rubygems