Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Services / IO / System / IO / InternalBufferOverflowException.cs / 1 / 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) { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TransactionTable.cs
- JoinTreeSlot.cs
- StrongNameKeyPair.cs
- Preprocessor.cs
- HashMembershipCondition.cs
- InputGestureCollection.cs
- XPathChildIterator.cs
- HttpResponseInternalWrapper.cs
- HelpInfo.cs
- SerializationTrace.cs
- UnsafeNativeMethods.cs
- WhiteSpaceTrimStringConverter.cs
- TextTreeObjectNode.cs
- ProfessionalColors.cs
- RegistryConfigurationProvider.cs
- ContextMenu.cs
- ControlCollection.cs
- NameValueConfigurationElement.cs
- CharacterString.cs
- XmlSchemaInclude.cs
- COM2PropertyDescriptor.cs
- NavigationPropertyEmitter.cs
- SharedMemory.cs
- CaseCqlBlock.cs
- XamlToRtfWriter.cs
- MsmqIntegrationInputChannel.cs
- SignatureResourcePool.cs
- BorderGapMaskConverter.cs
- _SingleItemRequestCache.cs
- HandleCollector.cs
- GeneralTransform.cs
- ToolStripButton.cs
- CommandBinding.cs
- XmlSchemaExporter.cs
- RegexFCD.cs
- InteropTrackingRecord.cs
- SqlServer2KCompatibilityCheck.cs
- RegistrationServices.cs
- PreservationFileWriter.cs
- _UriTypeConverter.cs
- WebPartUtil.cs
- ValidatingReaderNodeData.cs
- Completion.cs
- ToolStripCodeDomSerializer.cs
- XPathAncestorQuery.cs
- Mappings.cs
- MenuCommandsChangedEventArgs.cs
- RightsManagementEncryptedStream.cs
- OSFeature.cs
- FolderBrowserDialog.cs
- DashStyles.cs
- RoutedEventArgs.cs
- SerializationSectionGroup.cs
- Interop.cs
- NegotiateStream.cs
- SortFieldComparer.cs
- BaseValidator.cs
- HostingEnvironmentWrapper.cs
- QuarticEase.cs
- PageVisual.cs
- CheckBoxStandardAdapter.cs
- InheritanceAttribute.cs
- ToolStripContentPanel.cs
- FragmentQueryProcessor.cs
- DocumentOutline.cs
- PixelFormatConverter.cs
- AppDomainUnloadedException.cs
- PropertyItem.cs
- HandleRef.cs
- BoundColumn.cs
- DeleteWorkflowOwnerCommand.cs
- SqlFlattener.cs
- GenericArgumentsUpdater.cs
- sitestring.cs
- ViewBase.cs
- XslCompiledTransform.cs
- XmlSerializerFactory.cs
- PingOptions.cs
- ListItemCollection.cs
- EncoderReplacementFallback.cs
- EncoderFallback.cs
- AssemblyUtil.cs
- SemanticResultKey.cs
- Util.cs
- DbTransaction.cs
- EntitySqlQueryBuilder.cs
- MultiView.cs
- StickyNoteAnnotations.cs
- TransactionChannelListener.cs
- FixedDocumentPaginator.cs
- Line.cs
- HandlerBase.cs
- HotSpotCollection.cs
- Monitor.cs
- PageThemeParser.cs
- __ComObject.cs
- ReferentialConstraint.cs
- FormView.cs
- Thumb.cs
- BulletedListEventArgs.cs