On Jueves, 31 de Diciembre de 2009 18:30:22 Bryan Murphy escribió:
> Is there a way I can force a mono process to exit immediately when it runs
> out of memory instead of throwing an OutOfMemoryException?
>
> Thanks,
> Bryan
>
try
{
}
catch( OutOfMemoryException e)
{
your code
}
--
SaludosLluis
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
