2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Mono.Debugger.Soft / Mono.Debugger.Soft / ObjectCollectedException.cs
blobf89177c972832acdbf64a1f0258ff4baa9dade08
1 using System;
3 namespace Mono.Debugger.Soft
5 public class ObjectCollectedException : Exception {
7 public ObjectCollectedException () : base ("The requested operation cannot be completed because the object has been garbage collected.") {