InvalidBooleanException Summary Represents an invalid Boolean exception. Description Represents an invalid Boolean exception. Examples Example of how this exception might be encountered 123456789import System;import System.Exceptions; try { bool x = Boolean.fromStringOrThrow("abc");}catch(InvalidBooleanException e) { Console.error(e);} Methods InvalidBooleanException (Constructor)Constructs a System.Exceptions.InvalidBooleanException object. Share HTML | BBCode | Direct Link