ConversionException Summary Represents a failed runtime type conversion. Description Represents a failed runtime type conversion. Examples Example of how this exception might be encountered 12345678910111213import System;import System.Exceptions; class Foo {} auto foo = [ [ new Foo() ] ]; try { Console.log(foo.toExternal());}catch(ConversionException e) { Console.error(e);} Methods ConversionException (Constructor)Constructs a System.Exceptions.ConversionException object. Share HTML | BBCode | Direct Link