Exemplo n.º 1
0
/* -------------------------------------------------------------------- */
//  PROCEDURE getStr*(x : NativeException) : RTS.CharOpen; END getStr;
//
    // Known in ILASM as [RTS]RTS::getStr
    public static char[] getStr(System.Exception inp)
    {
        return(CP_rts.strToChO(inp.ToString()));
    }