OutOfRangeException Summary Represents an out-of-range exception. Description Represents an out-of-range exception. Examples Example of how this exception might be encountered 12345678910import System;import System.Exceptions; try { int x = 1; string s = x.toBase(1000);}catch(OutOfRangeException e) { Console.error(e);} Methods OutOfRangeException (Constructor)Constructs a System.Exceptions.OutOfRangeException object. Share HTML | BBCode | Direct Link