Merge branch 'master' into msbuilddll2
[mono.git] / mcs / class / Mono.Debugger.Soft / Mono.Debugger.Soft / VMMismatchException.cs
1 using System;
2
3 namespace Mono.Debugger.Soft
4 {
5         public class VMMismatchException : Exception
6         {
7                 public VMMismatchException () : base () {
8                 }
9         }
10 }