Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / FormatException.cs / 1 / FormatException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: FormatException ** ** ** Purpose: Exception to designate an illegal argument to FormatMessage. ** ** ===========================================================*/ namespace System { using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable()] public class FormatException : SystemException { public FormatException() : base(Environment.GetResourceString("Arg_FormatException")) { SetErrorCode(__HResults.COR_E_FORMAT); } public FormatException(String message) : base(message) { SetErrorCode(__HResults.COR_E_FORMAT); } public FormatException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_FORMAT); } protected FormatException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TypeConstant.cs
- IBuiltInEvidence.cs
- ConfigurationElementCollection.cs
- DictionarySectionHandler.cs
- HtmlInputImage.cs
- ObjectParameter.cs
- ReferenceService.cs
- ClientScriptManager.cs
- ResolveMatches11.cs
- StylusShape.cs
- DataControlFieldCollection.cs
- GeneratedContractType.cs
- HttpDebugHandler.cs
- DataGridCell.cs
- HandlerBase.cs
- DescriptionAttribute.cs
- _WebProxyDataBuilder.cs
- TraceSource.cs
- ExpressionEvaluator.cs
- SqlProcedureAttribute.cs
- PhysicalOps.cs
- DBParameter.cs
- NodeFunctions.cs
- linebase.cs
- arc.cs
- DataGridViewTextBoxColumn.cs
- SelectionItemPattern.cs
- Keywords.cs
- ExtendedPropertyCollection.cs
- TableLayout.cs
- PrintDialog.cs
- Compilation.cs
- Number.cs
- WebPartConnectionsDisconnectVerb.cs
- BitmapInitialize.cs
- AmbientLight.cs
- DefaultMemberAttribute.cs
- UntrustedRecipientException.cs
- IListConverters.cs
- SqlDataSourceSelectingEventArgs.cs
- ScrollableControl.cs
- CompilerError.cs
- NumberSubstitution.cs
- StyleSheetRefUrlEditor.cs
- Overlapped.cs
- TableCellsCollectionEditor.cs
- Win32KeyboardDevice.cs
- SafeHandles.cs
- ContextMenu.cs
- CfgSemanticTag.cs
- HtmlContainerControl.cs
- FieldTemplateFactory.cs
- ConvertTextFrag.cs
- Point4D.cs
- HtmlTable.cs
- GridLength.cs
- BlurBitmapEffect.cs
- CustomSignedXml.cs
- OpCellTreeNode.cs
- ThrowHelper.cs
- ConfigurationSectionGroupCollection.cs
- ReferencedAssembly.cs
- PowerModeChangedEventArgs.cs
- ObjectManager.cs
- DrawListViewSubItemEventArgs.cs
- DataGridParentRows.cs
- GridView.cs
- SessionIDManager.cs
- ObjectDataSourceMethodEventArgs.cs
- ToolStripItemEventArgs.cs
- wmiprovider.cs
- DateTimeConverter.cs
- RegexCode.cs
- ContainerParaClient.cs
- ProjectionCamera.cs
- AttachedAnnotation.cs
- TiffBitmapDecoder.cs
- CatalogPart.cs
- SqlInternalConnection.cs
- cookieexception.cs
- Regex.cs
- PeerNameRegistration.cs
- _NetworkingPerfCounters.cs
- DataSourceSerializationException.cs
- MergeFilterQuery.cs
- OleDbTransaction.cs
- References.cs
- ProxyFragment.cs
- ValidationEventArgs.cs
- PartialList.cs
- TableSectionStyle.cs
- Rule.cs
- SortedDictionary.cs
- XamlGridLengthSerializer.cs
- ListViewDataItem.cs
- ColumnTypeConverter.cs
- DescriptionAttribute.cs
- DateTimeOffset.cs
- MultiPropertyDescriptorGridEntry.cs
- RawStylusInputCustomDataList.cs