Sha256: 91a0e13c2c8168ea28a6c443bfbb733ecbf7e9faf86e6a1c554046e94a7cd82e

Contents?: true

Size: 794 Bytes

Versions: 3

Compression:

Stored size: 794 Bytes

Contents

module VirtualBox
  module COM
    module Interface
      module Version_4_1_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

3 entries across 3 versions & 1 rubygems

Version Path
virtualbox-0.9.2 lib/virtualbox/com/interface/4.1.x/NSIException.rb
virtualbox-0.9.1 lib/virtualbox/com/interface/4.1.x/NSIException.rb
virtualbox-0.9.0 lib/virtualbox/com/interface/4.1.x/NSIException.rb