4 types derived from FormatException
mscorlib (1)
system\reflection\customattributeformatexception.cs (1)
23public class CustomAttributeFormatException : FormatException {
System (2)
net\System\Net\cookieexception.cs (1)
16public class CookieException : FormatException, ISerializable {
net\System\URIFormatException.cs (1)
15public class UriFormatException : FormatException, ISerializable {
WindowsBase (1)
Base\System\IO\FileFormatException.cs (1)
27public class FileFormatException : FormatException, ISerializable
104 instantiations of FormatException
mscorlib (68)
system\attribute.cs (1)
434throw new FormatException(
system\boolean.cs (1)
163throw new FormatException(Environment.GetResourceString("Format_BadBoolean"));
system\char.cs (1)
182throw new FormatException(Environment.GetResourceString("Format_NeedSingleChar"));
system\convert.cs (7)
557throw new FormatException(Environment.GetResourceString(ResId.Format_NeedSingleChar)); 2550throw new FormatException(Environment.GetResourceString("Format_BadBase64Char")); 2590throw new FormatException(Environment.GetResourceString("Format_BadBase64CharArrayLength")); 2620throw new FormatException(Environment.GetResourceString("Format_BadBase64CharArrayLength")); 2631throw new FormatException(Environment.GetResourceString("Format_BadBase64Char")); 2640throw new FormatException(Environment.GetResourceString("Format_BadBase64CharArrayLength")); 2697throw new FormatException(Environment.GetResourceString("Format_BadBase64Char"));
system\enum.cs (3)
647throw new FormatException(Environment.GetResourceString("Format_InvalidEnumFormatSpecification")); 669throw new FormatException(Environment.GetResourceString("Format_InvalidEnumFormatSpecification")); 867throw new FormatException(Environment.GetResourceString("Format_InvalidEnumFormatSpecification"));
system\globalization\datetimeformat.cs (8)
329throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 339throw new FormatException( 510throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 674throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 697throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 860throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 890throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 1116throw new FormatException(Environment.GetResourceString("Format_InvalidString"));
system\globalization\datetimeparse.cs (3)
4182return new FormatException(Environment.GetResourceString(result.failureMessageID)); 4184return new FormatException(Environment.GetResourceString(result.failureMessageID, result.failureMessageFormatArgument)); 4186return new FormatException(Environment.GetResourceString(result.failureMessageID, result.calendar));
system\globalization\timespanformat.cs (10)
60throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 174throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 180throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 186throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 195throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 207throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 232throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 258throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 276throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 280throw new FormatException(Environment.GetResourceString("Format_InvalidString"));
system\globalization\timespanparse.cs (3)
490return new FormatException(Environment.GetResourceString(m_failureMessageID, m_failureMessageFormatArgument)); 493return new FormatException(Environment.GetResourceString(m_failureMessageID)); 500return new FormatException(Environment.GetResourceString("Format_InvalidString"));
system\guid.cs (10)
208return new FormatException(Environment.GetResourceString(m_failureMessageID), m_innerException); 211return new FormatException(Environment.GetResourceString(m_failureMessageID, m_failureMessageFormatArgument)); 214return new FormatException(Environment.GetResourceString(m_failureMessageID)); 221return new FormatException(Environment.GetResourceString("Format_GuidUnrecognized")); 294throw new FormatException(Environment.GetResourceString("Format_InvalidGuidFormatSpecification")); 315throw new FormatException(Environment.GetResourceString("Format_InvalidGuidFormatSpecification")); 796throw new FormatException(Environment.GetResourceString("Format_GuidUnrecognized"), ex); 842throw new FormatException(Environment.GetResourceString("Format_GuidUnrecognized"), ex); 1206throw new FormatException(Environment.GetResourceString("Format_InvalidGuidFormatSpecification")); 1247throw new FormatException(Environment.GetResourceString("Format_InvalidGuidFormatSpecification"));
system\io\binaryreader.cs (1)
592throw new FormatException(Environment.GetResourceString("Format_Bad7BitInt32"));
system\number.cs (3)
687throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 964throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 1032throw new FormatException(Environment.GetResourceString("Format_InvalidString"));
system\reflection\customattribute.cs (1)
2029throw new FormatException(String.Format(
system\reflection\emit\dynamicilgenerator.cs (1)
860throw new FormatException();
system\reflection\mdconstant.cs (3)
75throw new FormatException(Environment.GetResourceString("Arg_BadLiteralFormat")); 101throw new FormatException(Environment.GetResourceString("Arg_BadLiteralFormat")); 164throw new FormatException(Environment.GetResourceString("Arg_BadLiteralFormat"));
system\resources\resourcereader.cs (8)
295throw new FormatException(Environment.GetResourceString("BadImageFormat_ResourcesNameInvalidOffset", r)); 388throw new FormatException(Environment.GetResourceString("BadImageFormat_ResourcesDataInvalidOffset", dataPos)); 478throw new FormatException(Environment.GetResourceString("BadImageFormat_ResourcesDataInvalidOffset", dataOffset)); 496throw new FormatException(Environment.GetResourceString("BadImageFormat_ResourcesDataInvalidOffset", dataOffset)); 515throw new FormatException(Environment.GetResourceString("BadImageFormat_ResourcesDataInvalidOffset", dataPos)); 1209throw new FormatException(Environment.GetResourceString("BadImageFormat_ResourcesNameInvalidOffset", numBytesToSkip)); 1215throw new FormatException(Environment.GetResourceString("BadImageFormat_ResourcesDataInvalidOffset", dPos)); 1240throw new FormatException(Environment.GetResourceString("BadImageFormat_ResourceNameCorrupted"));
system\security\util\urlstring.cs (1)
624throw new FormatException(Environment.GetResourceString("Format_StringZeroLength"));
system\text\stringbuilder.cs (2)
1319throw new FormatException(Environment.GetResourceString("Format_InvalidString")); 1377if (index >= args.Length) throw new FormatException(Environment.GetResourceString("Format_IndexOutOfRange"));
system\version.cs (1)
521return new FormatException(Environment.GetResourceString("Format_InvalidString"));
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
862throw new FormatException();
System (1)
net\System\Net\_WebProxyDataBuilder.cs (1)
150return new FormatException(message);
System.Data (6)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
1605e = new FormatException(message, inner);
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (5)
1021throw new FormatException(SQLResource.FormatMessage); 1055throw new FormatException(SQLResource.FormatMessage); 1077throw new FormatException(SQLResource.FormatMessage); 1095throw new FormatException(SQLResource.FormatMessage); 1100throw new FormatException(SQLResource.FormatMessage);
System.IdentityModel (1)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
448new FormatException(string.Format(CultureInfo.InvariantCulture,
System.Web.DataVisualization (5)
Common\DataManager\DataPoint.cs (5)
4751 throw(new FormatException( SR.ExceptionAttributeInvalidFormat)); 4759 throw(new FormatException( SR.ExceptionAttributeInvalidFormat)); 4770 throw(new FormatException( SR.ExceptionAttributeNameIsNotUnique(values[0] ) ) ); 6992 throw(new FormatException(SR.ExceptionAttributeInvalidFormat)); 7000 throw(new FormatException(SR.ExceptionAttributeInvalidFormat));
System.Web.Extensions (5)
Compilation\WCFModel\MapFileLoader.cs (1)
342throw new FormatException(String.Format(CultureInfo.CurrentCulture,
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (4)
567new FormatException(String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_SharedTypeMustBePublic, mapping.TypeName))) 583new FormatException(String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_ServiceContractMappingMissMatch, mapping.TypeName, contract.Namespace, contract.Name, mapping.TargetNamespace, mapping.Name))) 903new FormatException(String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_SharedTypeMustBePublic, referencedType.TypeName))) 1205new FormatException(String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_SharedTypeMustBePublic, referencedCollectionMapping.TypeName)))
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2690throw new FormatException(String.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Formatter_CantConvert), value, this.DisplayType));
winforms\Managed\System\WinForms\Formatter.cs (5)
74throw new FormatException(GetCantConvertMessage(value, targetType)); 194throw new FormatException(GetCantConvertMessage(value, targetType)); 344throw new FormatException(GetCantConvertMessage(value, targetType)); 359throw new FormatException(ex.Message, ex); 440throw new FormatException(ex.InnerException.Message, ex.InnerException);
System.Windows.Forms.DataVisualization (5)
Common\DataManager\DataPoint.cs (5)
4751 throw(new FormatException( SR.ExceptionAttributeInvalidFormat)); 4759 throw(new FormatException( SR.ExceptionAttributeInvalidFormat)); 4770 throw(new FormatException( SR.ExceptionAttributeNameIsNotUnique(values[0] ) ) ); 6992 throw(new FormatException(SR.ExceptionAttributeInvalidFormat)); 7000 throw(new FormatException(SR.ExceptionAttributeInvalidFormat));
System.Workflow.Runtime (2)
Hosting\DefaultWorkflowSchedulerService.cs (1)
74throw new FormatException(MAX_SIMULTANEOUS_WORKFLOWS_KEY);
Hosting\ManualWorkflowSchedulerService.cs (1)
93throw new FormatException(USE_ACTIVE_TIMERS_KEY);
System.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
655throw new FormatException(e.Message); 669throw new FormatException(e.Message);
WindowsBase (2)
Shared\MS\Win32\NativeMethodsCLR.cs (2)
4793throw new FormatException(/*SR.GetString(SR.CannotConvertIntToFloat)*/); 4800throw new FormatException(/*SR.GetString(SR.CannotConvertDoubleToDate)*/);
332 references to FormatException
ComSvcConfig (11)
ComAdminWrapper.cs (1)
655catch (FormatException)
EndpointConfigContainer.cs (8)
93catch (FormatException) 116catch (FormatException) 358catch (FormatException) 385catch (FormatException) 404catch (FormatException) 448catch (FormatException) 520catch (FormatException) 548catch (FormatException)
SvcFileManager.cs (1)
290catch (FormatException)
WasEndpointConfigContainer.cs (1)
330catch (FormatException)
mscorlib (5)
microsoft\win32\registrykey.cs (1)
1590catch (FormatException) {
system\enum.cs (1)
406catch (FormatException)
system\globalization\hijricalendar.cs (1)
297catch (FormatException) { }
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
436catch (FormatException) {
system\version.cs (1)
515} catch (FormatException e) {
PresentationBuildTasks (3)
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (1)
881catch (FormatException)
Core\CSharp\System\Windows\Media\ParsersCommon.cs (1)
448catch (FormatException except)
Framework\System\Windows\Markup\ParserContext.cs (1)
458catch (System.FormatException) // If it's not a valid space value, ignore it
PresentationCore (2)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (1)
211catch (FormatException x)
Core\CSharp\System\Windows\Media\ParsersCommon.cs (1)
448catch (FormatException except)
PresentationFramework (17)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (2)
688catch (FormatException) 711catch (FormatException)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
607catch (FormatException fe)
src\Framework\System\Windows\Controls\ContentPresenter.cs (1)
1111catch (FormatException)
src\Framework\System\Windows\Controls\DatePicker.cs (1)
1130catch (FormatException ex)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
2012catch (FormatException)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1582catch (FormatException) { }
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
1252catch (FormatException)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
249catch (System.FormatException) 270catch (System.FormatException) 314catch (System.FormatException) 8653catch (System.FormatException)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
3666catch (System.FormatException) 3811catch (System.FormatException)
src\Framework\System\Windows\Documents\ZoomPercentageConverter.cs (1)
206catch (FormatException) { }
src\Framework\System\Windows\LengthConverter.cs (1)
230catch (FormatException)
src\Framework\System\Windows\Markup\ParserContext.cs (1)
458catch (System.FormatException) // If it's not a valid space value, ignore it
System (14)
compmod\system\componentmodel\BooleanConverter.cs (1)
51catch (FormatException e) {
compmod\system\componentmodel\DateTimeConverter.cs (1)
78catch (FormatException e) {
compmod\system\componentmodel\DateTimeOffsetConverter.cs (1)
82catch (FormatException e) {
compmod\system\componentmodel\TimeSpanConverter.cs (1)
63catch (FormatException e) {
compmod\system\diagnostics\Switch.cs (1)
160catch (FormatException e) {
net\System\Net\_AutoWebProxyScriptHelper.cs (1)
434catch (FormatException)
net\System\Net\_WebProxyDataBuilder.cs (1)
147private static FormatException CreateInvalidProxyStringException(string originalProxyString) {
net\System\Net\HttpListener.cs (2)
1643catch (FormatException) 1765catch (FormatException)
net\System\Net\mail\Attachment.cs (1)
168catch(FormatException){
net\System\Net\mail\ContentDisposition.cs (1)
407catch (FormatException exception)
net\System\Net\mail\ContentType.cs (1)
319catch(FormatException){
net\System\Net\mail\Message.cs (1)
164catch (FormatException) { }
sys\system\configuration\LocalFileSettingsProvider.cs (1)
266catch (FormatException) {
System.Activities (2)
System\Activities\Debugger\DebugInfo.cs (1)
427catch (FormatException)
System\Activities\WorkflowIdentity.cs (1)
172catch (FormatException ex)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
412catch (FormatException)
System.Activities.Presentation\System\Activities\Presentation\View\VersionEditorViewModel.cs (1)
58catch (FormatException ex)
System.ComponentModel.DataAnnotations (2)
DataAnnotations\CustomValidationAttribute.cs (1)
298} catch (FormatException) {
DataAnnotations\RangeAttribute.cs (1)
109} catch (FormatException) {
System.Data (23)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
412catch (FormatException)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VersionEditorViewModel.cs (1)
58catch (FormatException ex)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
1604else if (inner is FormatException) {
fx\src\data\System\Data\Common\DbConnectionOptions.cs (1)
343catch (FormatException e) {
fx\src\data\System\Data\DataColumn.cs (1)
575catch (FormatException ex) {
fx\src\data\System\Data\Filter\BinaryNode.cs (1)
221catch (System.FormatException e) {
fx\src\data\System\Data\Filter\ConstNode.cs (5)
128catch (System.FormatException e) { 143catch (System.FormatException e) { 187catch (System.FormatException e) { 203catch (System.FormatException e) { 219catch (System.FormatException e) {
fx\src\data\System\Data\Odbc\OdbcConnection.cs (1)
216catch (System.FormatException e) {
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (4)
793catch (FormatException e) { 814catch (FormatException e) 835catch (FormatException e) { 858catch (FormatException e) {
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (1)
355catch (FormatException) {
fx\src\data\System\Data\XDRSchema.cs (1)
446catch (System.FormatException) {
fx\src\data\System\Data\XMLSchema.cs (5)
1802catch (System.FormatException) { 1893catch (System.FormatException) { 2020catch (System.FormatException) { 2035catch (System.FormatException) { 2207catch (System.FormatException) {
System.Data.Entity (2)
System\Data\Mapping\FunctionImportMapping.cs (1)
642catch (FormatException)
System\Data\Mapping\StorageMappingItemLoader.cs (1)
3471catch (FormatException)
System.Data.Services (8)
System\Data\Services\HttpProcessUtility.cs (1)
401if (e is FormatException || e is OverflowException || e is ArgumentException)
System\Data\Services\Parsing\WebConvert.cs (5)
301catch (FormatException) 331catch (FormatException) 458catch (FormatException) 487catch (FormatException) 707/// <exception cref="FormatException">Thrown when 'c' is not in the '0'-'9','a'-'f' range.</exception>
System\Data\Services\Serializers\Deserializer.cs (1)
293catch (FormatException e)
System\Data\Services\Serializers\PlainXmlDeserializer.cs (1)
125catch (FormatException e)
System.Data.Services.Client (3)
parent\Server\System\Data\Services\HttpProcessUtility.cs (1)
401if (e is FormatException || e is OverflowException || e is ArgumentException)
System\Data\Services\Client\ClientConvert.cs (1)
199catch (FormatException ex)
System\Data\Services\Client\DataServiceContext.cs (1)
5451catch (FormatException e)
System.Data.Services.Design (1)
System\Data\EntityModel\DataServiceBuildProvider.cs (1)
518catch (FormatException e)
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
4141catch (FormatException) {}
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
437catch (System.FormatException) {}
System.IdentityModel (10)
System\IdentityModel\Metadata\MetadataSerializer.cs (6)
461catch (FormatException) 835catch (FormatException) 938catch (FormatException) 1577catch (FormatException) 1591catch (FormatException) 3333if (inner is FormatException
System\IdentityModel\RsaSignatureCookieTransform.cs (1)
133/// <exception cref="FormatException">The data is in the wrong format.</exception>
System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
333return ((e is ArgumentException) || (e is FormatException) || (e is InvalidOperationException));
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
605if (inner is FormatException 836if (inner is FormatException
System.Management (2)
WmiGenerator.cs (2)
1711catch(System.FormatException) 1773catch(System.FormatException)
System.Messaging (2)
System\Messaging\Message.cs (2)
2372catch (FormatException) 2382catch (FormatException)
System.Runtime.Serialization (41)
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (3)
220catch (FormatException exception) 322catch (FormatException exception) 360catch (FormatException exception)
System\Runtime\Serialization\Json\XmlJsonReader.cs (3)
699catch (FormatException exception) 725catch (FormatException exception) 1024catch (FormatException exception)
System\Runtime\Serialization\SchemaImporter.cs (2)
831catch (FormatException fe) 1167catch (FormatException fe)
System\Runtime\Serialization\XmlObjectSerializer.cs (6)
89catch (FormatException ex) 142catch (FormatException ex) 176catch (FormatException ex) 193catch (FormatException ex) 320catch (FormatException ex) 337catch (FormatException ex)
System\Runtime\Serialization\XmlReaderDelegator.cs (5)
508catch (FormatException exception) 728catch (FormatException exception) 750catch (FormatException exception) 774catch (FormatException exception) 791catch (FormatException exception)
System\Xml\ValueHandle.cs (4)
464catch (FormatException) 473catch (FormatException exception) 691catch (FormatException) 798catch (FormatException exception)
System\Xml\XmlBaseReader.cs (1)
1613catch (FormatException exception)
System\Xml\XmlBufferReader.cs (2)
497catch (FormatException exception) 519catch (FormatException exception)
System\Xml\XmlConverter.cs (11)
75catch (FormatException exception) 104catch (FormatException exception) 132catch (FormatException exception) 160catch (FormatException exception) 188catch (FormatException exception) 216catch (FormatException exception) 253catch (FormatException exception) 277catch (FormatException exception) 298catch (FormatException exception) 320catch (FormatException exception) 349catch (FormatException exception)
System\Xml\XmlDictionaryReader.cs (3)
871catch (FormatException exception) 902catch (FormatException exception) 934catch (FormatException exception)
System\Xml\XmlMtomReader.cs (1)
1275catch (FormatException e) // Wrap format exceptions from decoding document contents
System.ServiceModel (34)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
117catch (FormatException e)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2676catch (FormatException formatException)
System\ServiceModel\Channels\MessageEncoder.cs (1)
191catch (FormatException)
System\ServiceModel\Channels\MessageFault.cs (1)
99catch (FormatException e)
System\ServiceModel\Channels\MessageHeader.cs (1)
271catch (FormatException exception)
System\ServiceModel\Channels\MtomMessageEncoder.cs (2)
565catch (FormatException fe) 676catch (FormatException fe)
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
545catch (FormatException)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
457catch (FormatException e)
System\ServiceModel\Channels\PnrpPeerResolver.cs (2)
411catch (FormatException e) 582catch (FormatException e)
System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (1)
255catch (FormatException exception)
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
219catch (FormatException e)
System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
177catch (FormatException e)
System\ServiceModel\ComIntegration\TypeCacheManager.cs (1)
136catch (FormatException)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
456catch (System.FormatException e)
System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
144catch (FormatException fe) 212catch (FormatException fe)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (2)
439catch (FormatException fe) 480catch (FormatException fe)
System\ServiceModel\Dispatcher\XPathMessageContext.cs (2)
1588catch (FormatException) 1703catch (FormatException)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1047return ((e is FormatException) || (e is XmlException));
System\ServiceModel\Security\SecuritySessionFilter.cs (1)
67|| (e is FormatException)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1736return ((e is FormatException) || (e is XmlException));
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
206return ((e is ArgumentException) || (e is FormatException) || (e is InvalidOperationException));
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
259catch (FormatException e)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
890catch (FormatException e) 978catch (FormatException e)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
237catch (FormatException e)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
628catch (FormatException e)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
749catch (FormatException e) 1042catch (FormatException e)
System\ServiceModel\Transactions\OletxTransactionHeader.cs (1)
145catch (FormatException e)
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ServiceParser.cs (2)
817catch (FormatException) 857catch (FormatException)
System.ServiceModel.Discovery (5)
System\ServiceModel\Discovery\DiscoveryMessageSequence.cs (1)
163catch (FormatException fe)
System\ServiceModel\Discovery\SerializationUtility.cs (4)
80catch (FormatException fe) 108catch (FormatException fe) 251catch (FormatException fe) 328catch (FormatException fe)
System.ServiceModel.Internals (1)
System\Runtime\Fx.cs (1)
439catch (FormatException)
System.ServiceModel.Web (4)
System\ServiceModel\Dispatcher\DataContractJsonSerializerOperationFormatter.cs (3)
190catch (System.FormatException e) 382catch (System.FormatException e) 479catch (System.FormatException e)
System\ServiceModel\Web\Utility.cs (1)
188catch (FormatException e)
System.Transactions (1)
System\Transactions\TransactionManager.cs (1)
251catch ( System.FormatException e )
System.Web (16)
Compilation\MultiTargetingUtil.cs (1)
388catch (FormatException e) {
Configuration\HttpCapabilitiesBase.cs (6)
422catch (System.FormatException) { 468catch (FormatException e) { 500catch (FormatException) { 509catch (FormatException e) { 536catch (FormatException e) 556catch (FormatException)
ModelBinding\TypeConverterModelBinder.cs (1)
43if (ex is FormatException) {
UI\WebControls\AutoGeneratedField.cs (1)
231catch (FormatException fe) {
UI\WebControls\CheckBoxField.cs (1)
327catch (FormatException fe) {
UI\WebControls\LoginName.cs (1)
103catch (FormatException e) {
UI\WebControls\MultiView.cs (1)
295catch (FormatException) {
UI\WebControls\ObjectDataSourceView.cs (1)
769catch (FormatException) {
Util\ProviderUtil.cs (3)
45if (e is ArgumentException || e is FormatException || e is OverflowException) { 85if (e is ArgumentException || e is FormatException || e is OverflowException) { 126if (e is ArgumentException || e is FormatException || e is OverflowException) {
System.Web.DataVisualization (5)
Common\DataManager\DataPoint.cs (1)
1952 catch(FormatException)
Common\Formulas\FormulaHelpers.cs (2)
408catch (FormatException) 1107catch (FormatException)
Common\Utilities\ValueConverter.cs (2)
148 catch(FormatException) 166catch (FormatException)
System.Web.Extensions (1)
UI\WebControls\DataSourceHelper.cs (1)
121catch (FormatException) {
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (1)
561catch (System.FormatException)
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
329catch (System.FormatException)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (1)
110catch (System.FormatException) {
System.Web.Services (1)
System\Web\Services\Protocols\RequestResponse.cs (1)
232catch (System.FormatException e)
System.Windows.Forms (5)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
777catch (FormatException) 848catch (FormatException)
winforms\Managed\System\WinForms\BindingNavigator.cs (1)
600catch (System.FormatException) {
winforms\Managed\System\WinForms\OpacityConverter.cs (1)
67catch (FormatException e) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
2566catch (FormatException ex) {
System.Windows.Forms.DataVisualization (5)
Common\DataManager\DataPoint.cs (1)
1952 catch(FormatException)
Common\Formulas\FormulaHelpers.cs (2)
408catch (FormatException) 1107catch (FormatException)
Common\Utilities\ValueConverter.cs (2)
148 catch(FormatException) 166catch (FormatException)
System.Workflow.ComponentModel (1)
AuthoringOM\Utility.cs (1)
46catch (FormatException)
System.WorkflowServices (3)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (3)
87catch (FormatException ex) 104catch (FormatException ex) 121catch (FormatException ex)
System.Xml (66)
System\Xml\BinaryXml\XmlBinaryReader.cs (9)
997catch (FormatException e) { 1079catch (FormatException e) { 1165catch (FormatException e) { 1251catch (FormatException e) { 1337catch (FormatException e) { 1423catch (FormatException e) { 1509catch (FormatException e) { 1541catch (FormatException e) { 1577catch (FormatException e) {
System\Xml\Core\XmlReader.cs (9)
218catch (FormatException e) { 232catch (FormatException e) { 246catch (FormatException e) { 260catch (FormatException e) { 274catch (FormatException e) { 288catch (FormatException e) { 302catch (FormatException e) { 316catch (FormatException e) { 349catch (FormatException e) {
System\Xml\Core\XmlReaderAsync.cs (1)
69catch (FormatException e) {
System\Xml\Core\XsdValidatingReader.cs (18)
399catch (FormatException e) { 424catch (FormatException e) { 449catch (FormatException e) { 474catch (FormatException e) { 499catch (FormatException e) { 524catch (FormatException e) { 549catch (FormatException e) { 574catch (FormatException e) { 604catch (FormatException e) { 641catch (FormatException e) { 668catch (FormatException e) { 695catch (FormatException e) { 722catch (FormatException e) { 749catch (FormatException e) { 776catch (FormatException e) { 803catch (FormatException e) { 833catch (FormatException e) { 863catch (FormatException e) {
System\Xml\Core\XsdValidatingReaderAsync.cs (4)
53catch (FormatException e) { 86catch (FormatException e) { 130catch (FormatException e) { 164catch (FormatException e) {
System\Xml\Schema\DataTypeImplementation.cs (4)
535catch (FormatException e) { //Catching for exceptions thrown by ValueConverter 974catch (FormatException e) { //Catching for exceptions thrown by ValueConverter 1180catch (FormatException e) { //Catching for exceptions thrown by ValueConverter 2325catch (FormatException e) {
System\Xml\Schema\Inference\Infer.cs (14)
1461catch (FormatException) 1475catch (FormatException) 1492catch (FormatException) 1506catch (FormatException) 1523catch (FormatException) 1537catch (FormatException) 1554catch (FormatException) 1568catch (FormatException) 1599catch (FormatException) 1608catch (FormatException) 1624catch (FormatException) { } 1639catch (FormatException) 1653catch (FormatException) 2348catch (FormatException)
System\Xml\Schema\Preprocessor.cs (4)
455catch (FormatException eInner) { 1637catch(FormatException fe) { 1671catch(FormatException fe) { 1729catch(FormatException fx) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
350catch(FormatException) {
System\Xml\XmlConvert.cs (2)
1124} catch ( FormatException ) { 1334catch (FormatException) {
System.Xml.Linq (24)
System\Xml\Linq\XLinq.cs (24)
4458/// <exception cref="System.FormatException"> 4480/// <exception cref="System.FormatException"> 4499/// <exception cref="System.FormatException"> 4521/// <exception cref="System.FormatException"> 4540/// <exception cref="System.FormatException"> 4562/// <exception cref="System.FormatException"> 4581/// <exception cref="System.FormatException"> 4603/// <exception cref="System.FormatException"> 4622/// <exception cref="System.FormatException"> 4644/// <exception cref="System.FormatException"> 4663/// <exception cref="System.FormatException"> 4685/// <exception cref="System.FormatException"> 4704/// <exception cref="System.FormatException"> 4726/// <exception cref="System.FormatException"> 4745/// <exception cref="System.FormatException"> 4767/// <exception cref="System.FormatException"> 4786/// <exception cref="System.FormatException"> 4808/// <exception cref="System.FormatException"> 4827/// <exception cref="System.FormatException"> 4849/// <exception cref="System.FormatException"> 4868/// <exception cref="System.FormatException"> 4890/// <exception cref="System.FormatException"> 4909/// <exception cref="System.FormatException"> 4931/// <exception cref="System.FormatException">
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
68catch (FormatException) 78catch (FormatException)
WindowsBase (1)
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (1)
748catch (FormatException exc)