C# Class IronRuby.Builtins.ExceptionOps

Datei anzeigen Open project: jschementi/iron

Private Methods

Method Description
CreateException ( ) : RuleGenerator
GetBacktrace ( Exception self ) : RubyArray
GetClrMessage ( RubyClass exceptionClass, object message ) : string
GetException ( ) : RuleGenerator
GetMessage ( UnaryOpStorage stringReprStorage, Exception self ) : object
Inspect ( UnaryOpStorage inspectStorage, ConversionStorage tosConversion, Exception self ) : MutableString
ReinitializeException ( RubyContext context, Exception self, [ message ) : Exception
SetBacktrace ( Exception self, RubyArray backtrace ) : RubyArray
SetBacktrace ( Exception self, [ backtrace ) : RubyArray
StringRepresentation ( Exception self ) : object