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