Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / IO / System / IO / InternalBufferOverflowException.cs / 1305376 / InternalBufferOverflowException.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.IO { using System.Diagnostics; using System.Runtime.Serialization; using System; ////// [Serializable] public class InternalBufferOverflowException : SystemException { ///The exception that is thrown when the internal buffer overflows. ////// public InternalBufferOverflowException() : base() { HResult = HResults.InternalBufferOverflow; } ///Initializes a new default instance of the ///class. /// public InternalBufferOverflowException(string message) : base(message) { HResult =HResults.InternalBufferOverflow; } ///Initializes a new instance of the ///class with the error /// message to be displayed /// specified. /// public InternalBufferOverflowException(string message, Exception inner) : base(message, inner) { HResult = HResults.InternalBufferOverflow; } ///Initializes a new instance of the ////// class with the message to be displayed and the generated inner exception specified. protected InternalBufferOverflowException(SerializationInfo info, StreamingContext context) : base (info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MexNamedPipeBindingElement.cs
- RowSpanVector.cs
- SecurityDocument.cs
- FacetDescriptionElement.cs
- GetResponse.cs
- ProxyHwnd.cs
- ChangeToolStripParentVerb.cs
- XmlComplianceUtil.cs
- SafeNativeMethods.cs
- ToolStripSplitStackLayout.cs
- EnumUnknown.cs
- InputElement.cs
- PageThemeCodeDomTreeGenerator.cs
- LogFlushAsyncResult.cs
- XmlSchemaSimpleTypeList.cs
- StylusLogic.cs
- FilterRepeater.cs
- sqlser.cs
- FormViewPageEventArgs.cs
- MappableObjectManager.cs
- DataGridViewRowPrePaintEventArgs.cs
- ImageFormatConverter.cs
- DataSvcMapFileSerializer.cs
- SrgsSemanticInterpretationTag.cs
- NameValueConfigurationElement.cs
- XmlSchemaCollection.cs
- XmlCDATASection.cs
- KeyedHashAlgorithm.cs
- DefaultMemberAttribute.cs
- LambdaCompiler.Unary.cs
- PasswordDeriveBytes.cs
- InputLangChangeEvent.cs
- BitmapCodecInfo.cs
- FrameworkReadOnlyPropertyMetadata.cs
- TextEndOfParagraph.cs
- Rules.cs
- SystemBrushes.cs
- FixedDocumentSequencePaginator.cs
- TextDecorationCollectionConverter.cs
- TrackingParameters.cs
- DataGridViewCell.cs
- Clause.cs
- ComplusEndpointConfigContainer.cs
- NameValueFileSectionHandler.cs
- EventTask.cs
- ChunkedMemoryStream.cs
- NumberFormatter.cs
- ReadOnlyNameValueCollection.cs
- ConnectionInterfaceCollection.cs
- AppDomainInstanceProvider.cs
- XmlSerializerAssemblyAttribute.cs
- RectAnimation.cs
- DebuggerService.cs
- GetCertificateRequest.cs
- SqlNotificationRequest.cs
- CodeExpressionStatement.cs
- ListBindableAttribute.cs
- SHA512.cs
- ValueUnavailableException.cs
- ExtensionDataReader.cs
- PeerNameRecord.cs
- SecurityDocument.cs
- WindowsTreeView.cs
- SynchronizationScope.cs
- DbConnectionStringBuilder.cs
- TablePatternIdentifiers.cs
- EntityTypeBase.cs
- SurrogateEncoder.cs
- IisTraceWebEventProvider.cs
- SelectionProviderWrapper.cs
- SmiXetterAccessMap.cs
- XPathScanner.cs
- ServiceHttpModule.cs
- LinqMaximalSubtreeNominator.cs
- SqlDataAdapter.cs
- TextEditorDragDrop.cs
- ServiceContractViewControl.cs
- DependencyProperty.cs
- BamlReader.cs
- ListenerChannelContext.cs
- PathGeometry.cs
- PerformanceCounterManager.cs
- ServiceParser.cs
- InvokeWebServiceDesigner.cs
- ToolboxItemAttribute.cs
- XamlPointCollectionSerializer.cs
- ContextItem.cs
- TabletDevice.cs
- webclient.cs
- SqlDependency.cs
- UrlMappingCollection.cs
- GetBrowserTokenRequest.cs
- cache.cs
- PrtTicket_Public_Simple.cs
- TypeTypeConverter.cs
- MachineKeySection.cs
- TextSearch.cs
- StyleCollection.cs
- StringUtil.cs
- HttpModuleCollection.cs