InvalidURIException Summary Represents an invalid URI exception. Description Represents an invalid URI exception. Examples Example of how this exception might be encountered 12345678910import System;import System.Exceptions;import System.Encoding.URI; try { decodeURIComponent("%"); // escape character must include full escape sequence}catch(InvalidURIException e) { Console.error(e);} Methods InvalidURIException (Constructor)Constructs a System.Exceptions.InvalidURIException object. Share HTML | BBCode | Direct Link