00001 using System; 00002 using System.Collections.Generic; 00003 using System.Text; 00004 00005 namespace OpenTK.Graphics 00006 { 00010 public class GraphicsModeException : Exception 00011 { 00015 public GraphicsModeException() : base() { } 00019 public GraphicsModeException(string message) : base(message) { } 00020 } 00021 }