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
- WebPartEditorApplyVerb.cs
- securestring.cs
- MultiBinding.cs
- FamilyMapCollection.cs
- storepermission.cs
- ListBox.cs
- DataControlPagerLinkButton.cs
- CustomErrorCollection.cs
- InheritablePropertyChangeInfo.cs
- SqlDataSourceQueryConverter.cs
- DbParameterHelper.cs
- BookmarkUndoUnit.cs
- Int16KeyFrameCollection.cs
- XmlExceptionHelper.cs
- WebPartTransformerCollection.cs
- ChtmlTextBoxAdapter.cs
- CustomServiceCredentials.cs
- CaseInsensitiveComparer.cs
- SimpleLine.cs
- StringAnimationBase.cs
- SqlTriggerContext.cs
- NGCPageContentSerializerAsync.cs
- Hash.cs
- FragmentQueryProcessor.cs
- TransportContext.cs
- DBDataPermission.cs
- MenuBase.cs
- Int16.cs
- BitmapEditor.cs
- ConfigErrorGlyph.cs
- SwitchExpression.cs
- MemoryStream.cs
- PropertyTabChangedEvent.cs
- Schema.cs
- Label.cs
- FreezableOperations.cs
- HostAdapter.cs
- BinaryKeyIdentifierClause.cs
- DbExpressionVisitor.cs
- JapaneseLunisolarCalendar.cs
- UserControlAutomationPeer.cs
- DesignerTextBoxAdapter.cs
- HtmlInputButton.cs
- SecurityPermission.cs
- BezierSegment.cs
- MTConfigUtil.cs
- SubMenuStyle.cs
- RuleInfoComparer.cs
- ProbeDuplexAsyncResult.cs
- HtmlDocument.cs
- DataGridViewEditingControlShowingEventArgs.cs
- WmpBitmapDecoder.cs
- RenderTargetBitmap.cs
- WebPartMinimizeVerb.cs
- LabelDesigner.cs
- HealthMonitoringSectionHelper.cs
- JsonMessageEncoderFactory.cs
- BitFlagsGenerator.cs
- CalendarDayButton.cs
- ComAdminWrapper.cs
- Vector3dCollection.cs
- GC.cs
- LassoSelectionBehavior.cs
- AdapterDictionary.cs
- StrokeNodeOperations.cs
- DataSourceHelper.cs
- EmptyControlCollection.cs
- CurrentChangingEventManager.cs
- OrderingQueryOperator.cs
- XmlSchemaChoice.cs
- InstanceLockLostException.cs
- OletxTransactionHeader.cs
- FlowLayoutPanel.cs
- PersonalizationProviderHelper.cs
- TouchFrameEventArgs.cs
- Glyph.cs
- PriorityRange.cs
- SolidColorBrush.cs
- StringSource.cs
- Interlocked.cs
- SqlFunctionAttribute.cs
- PartialTrustVisibleAssembliesSection.cs
- Section.cs
- XmlCodeExporter.cs
- PerfProviderCollection.cs
- ECDiffieHellmanCngPublicKey.cs
- KeyNameIdentifierClause.cs
- SoapInteropTypes.cs
- UriSection.cs
- MaskDescriptors.cs
- SystemResources.cs
- ExpressionServices.cs
- TagMapCollection.cs
- AQNBuilder.cs
- ScrollChrome.cs
- Bitmap.cs
- FixedHighlight.cs
- QueryParameter.cs
- PathHelper.cs
- SafeSystemMetrics.cs