6 references to FormatException
mscorlib (1)
system\reflection\emit\dynamicilgenerator.cs (1)
860
throw new
FormatException
();
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
862
throw new
FormatException
();
System (2)
net\System\Net\cookieexception.cs (1)
20
public CookieException() :
base
() {
net\System\URIFormatException.cs (1)
22
public UriFormatException() :
base
() {
WindowsBase (2)
Shared\MS\Win32\NativeMethodsCLR.cs (2)
4793
throw new
FormatException
(/*SR.GetString(SR.CannotConvertIntToFloat)*/);
4800
throw new
FormatException
(/*SR.GetString(SR.CannotConvertDoubleToDate)*/);