class Rex::Proto::DCERPC::Exceptions::Fault
Attributes
fault[RW]
Public Instance Methods
to_s()
click to toggle source
# File lib/rex/proto/dcerpc/exceptions.rb, line 123 def to_s 'DCERPC FAULT => ' + get_error(self.fault) end