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
- EntityViewGenerator.cs
- PnrpPeerResolverElement.cs
- EditorPartCollection.cs
- SqlCaseSimplifier.cs
- SqlGenericUtil.cs
- UInt16Storage.cs
- NestPullup.cs
- ListControl.cs
- PeerApplication.cs
- DragDeltaEventArgs.cs
- MetabaseServerConfig.cs
- ResourcePool.cs
- DataGridView.cs
- File.cs
- FormViewInsertedEventArgs.cs
- EdmTypeAttribute.cs
- WebServiceParameterData.cs
- ConversionContext.cs
- InternalTypeHelper.cs
- ActivityExecutionContext.cs
- FontUnitConverter.cs
- DashStyle.cs
- SerializationInfoEnumerator.cs
- WebControl.cs
- XPathNavigatorKeyComparer.cs
- DispatcherExceptionFilterEventArgs.cs
- RelationshipDetailsRow.cs
- DynamicDataRouteHandler.cs
- PointAnimation.cs
- ExtensionWindowResizeGrip.cs
- DropDownButton.cs
- ConstructorBuilder.cs
- Compensate.cs
- HelpKeywordAttribute.cs
- SystemNetHelpers.cs
- CallbackHandler.cs
- X509CertificateClaimSet.cs
- SessionPageStateSection.cs
- SerializableAuthorizationContext.cs
- InputBinding.cs
- DataRowView.cs
- RotateTransform3D.cs
- IndentTextWriter.cs
- Annotation.cs
- ValidationSummary.cs
- FontDifferentiator.cs
- MatrixTransform3D.cs
- Animatable.cs
- SplitContainer.cs
- MissingManifestResourceException.cs
- Debug.cs
- StringConverter.cs
- ToggleButton.cs
- Timer.cs
- DynamicResourceExtension.cs
- XsdBuilder.cs
- SqlCachedBuffer.cs
- Attribute.cs
- DragStartedEventArgs.cs
- StatusCommandUI.cs
- PrinterSettings.cs
- StyleSelector.cs
- SignedXmlDebugLog.cs
- TextServicesManager.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- ELinqQueryState.cs
- NotCondition.cs
- remotingproxy.cs
- PassportAuthentication.cs
- WindowsToolbarAsMenu.cs
- MissingFieldException.cs
- Rotation3DKeyFrameCollection.cs
- _NTAuthentication.cs
- ToolStripContentPanel.cs
- TableHeaderCell.cs
- DrawingBrush.cs
- PeerInvitationResponse.cs
- PeerContact.cs
- KeysConverter.cs
- DbConnectionPoolGroup.cs
- arclist.cs
- XmlSchemaAttribute.cs
- SerialPort.cs
- SingleTagSectionHandler.cs
- BamlRecords.cs
- TextEndOfLine.cs
- FixedHyperLink.cs
- ReferenceConverter.cs
- Automation.cs
- Size3DValueSerializer.cs
- DriveNotFoundException.cs
- MultiTrigger.cs
- BorderGapMaskConverter.cs
- BulletedListDesigner.cs
- DataGridCell.cs
- ModelItemDictionary.cs
- PropertyReferenceSerializer.cs
- HierarchicalDataBoundControlAdapter.cs
- AccessedThroughPropertyAttribute.cs
- SQLMembershipProvider.cs