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
- CodeComment.cs
- PropertyItemInternal.cs
- ApplicationSecurityManager.cs
- MissingManifestResourceException.cs
- UriWriter.cs
- RoutedPropertyChangedEventArgs.cs
- DetailsViewInsertedEventArgs.cs
- nulltextcontainer.cs
- SqlStream.cs
- HttpTransportElement.cs
- IDispatchConstantAttribute.cs
- XmlSchemaAnnotated.cs
- DataGridViewBindingCompleteEventArgs.cs
- Type.cs
- SystemTcpConnection.cs
- CodeTypeConstructor.cs
- AppDomainAttributes.cs
- AsyncPostBackTrigger.cs
- ItemCheckEvent.cs
- DataGridViewSelectedColumnCollection.cs
- XmlCharCheckingWriter.cs
- GeneralTransform.cs
- ValidationPropertyAttribute.cs
- MaterialGroup.cs
- SendActivityValidator.cs
- ThreadNeutralSemaphore.cs
- CodeDOMProvider.cs
- CombinedGeometry.cs
- DetailsViewModeEventArgs.cs
- EntityWrapper.cs
- XmlnsCache.cs
- ContactManager.cs
- AspNetSynchronizationContext.cs
- SqlRowUpdatedEvent.cs
- FontConverter.cs
- CodeTypeMember.cs
- TextBoxView.cs
- TextMessageEncoder.cs
- SpotLight.cs
- IndentedWriter.cs
- TheQuery.cs
- CodeMemberField.cs
- XmlWriterSettings.cs
- EllipseGeometry.cs
- Point4D.cs
- Light.cs
- InitializeCorrelation.cs
- StringReader.cs
- SignatureToken.cs
- Input.cs
- TextParagraphCache.cs
- SafeNativeMethods.cs
- DataMisalignedException.cs
- BitmapEffectRenderDataResource.cs
- XamlReader.cs
- ShutDownListener.cs
- SrgsElementList.cs
- DesignerSerializationVisibilityAttribute.cs
- DataGridItemAutomationPeer.cs
- SiteMapNodeItemEventArgs.cs
- relpropertyhelper.cs
- RenderCapability.cs
- IList.cs
- wgx_sdk_version.cs
- EntityDesignerDataSourceView.cs
- ExpressionLink.cs
- GifBitmapDecoder.cs
- Directory.cs
- WebPartEditorOkVerb.cs
- CompressStream.cs
- __FastResourceComparer.cs
- WrappingXamlSchemaContext.cs
- Composition.cs
- Int32Rect.cs
- Convert.cs
- ConfigsHelper.cs
- TTSEvent.cs
- ChangeDirector.cs
- MetadataArtifactLoaderComposite.cs
- InkCanvasFeedbackAdorner.cs
- TrackBar.cs
- ScriptIgnoreAttribute.cs
- HostingPreferredMapPath.cs
- NavigationWindowAutomationPeer.cs
- ScrollBarAutomationPeer.cs
- MenuStrip.cs
- PackWebRequest.cs
- ColumnWidthChangingEvent.cs
- KeyProperty.cs
- smtpconnection.cs
- RevocationPoint.cs
- ExtenderProviderService.cs
- TagMapCollection.cs
- SmuggledIUnknown.cs
- StagingAreaInputItem.cs
- PropertyChangingEventArgs.cs
- StreamWithDictionary.cs
- BlockCollection.cs
- IssuanceLicense.cs
- XmlElement.cs