00001 using System; 00002 using System.Collections.Generic; 00003 using System.Text; 00004 00005 namespace OpenTK.Graphics 00006 { 00013 public class GraphicsErrorException : GraphicsException 00014 { 00019 public GraphicsErrorException(string message) : base(message) { } 00020 } 00021 }