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
- LocalizedNameDescriptionPair.cs
- QilTypeChecker.cs
- InheritablePropertyChangeInfo.cs
- Substitution.cs
- ObjectAnimationUsingKeyFrames.cs
- CompositeDataBoundControl.cs
- GenericWebPart.cs
- CodeMemberMethod.cs
- RawStylusInputCustomDataList.cs
- HideDisabledControlAdapter.cs
- StylusPointDescription.cs
- LogPolicy.cs
- StreamInfo.cs
- LoginViewDesigner.cs
- DataView.cs
- WorkerRequest.cs
- InvalidDataException.cs
- XmlArrayItemAttribute.cs
- AssertUtility.cs
- ToolStripGripRenderEventArgs.cs
- ExceptionHandlersDesigner.cs
- SessionParameter.cs
- _AcceptOverlappedAsyncResult.cs
- AmbiguousMatchException.cs
- BezierSegment.cs
- TableItemPattern.cs
- ReferentialConstraint.cs
- MergablePropertyAttribute.cs
- HttpContext.cs
- pingexception.cs
- HttpDebugHandler.cs
- WorkItem.cs
- UICuesEvent.cs
- TileBrush.cs
- TimelineClockCollection.cs
- DeploymentSectionCache.cs
- GZipUtils.cs
- MenuItemBinding.cs
- ExtenderProvidedPropertyAttribute.cs
- ObjectStorage.cs
- _CacheStreams.cs
- DeflateStreamAsyncResult.cs
- Authorization.cs
- CollectionType.cs
- InputScope.cs
- DataGridViewCellMouseEventArgs.cs
- BindToObject.cs
- InfoCardUIAgent.cs
- UInt16.cs
- SiteMapNodeItemEventArgs.cs
- DetailsViewUpdatedEventArgs.cs
- HandlerBase.cs
- StoryFragments.cs
- AmbientValueAttribute.cs
- RecordManager.cs
- ResponseStream.cs
- FormView.cs
- RightsManagementPermission.cs
- InternalResources.cs
- HttpResponseHeader.cs
- AccessControlEntry.cs
- PageContent.cs
- SplitterCancelEvent.cs
- LocalBuilder.cs
- Rect3DConverter.cs
- AnnotationAuthorChangedEventArgs.cs
- ObjectTypeMapping.cs
- ProcessHostMapPath.cs
- FixUp.cs
- HMACSHA384.cs
- CqlWriter.cs
- ClickablePoint.cs
- OracleInternalConnection.cs
- OracleParameter.cs
- EventKeyword.cs
- PerfService.cs
- DataBindingHandlerAttribute.cs
- RotateTransform3D.cs
- TabItem.cs
- AQNBuilder.cs
- ForwardPositionQuery.cs
- WebPartEditVerb.cs
- BuiltInExpr.cs
- UnauthorizedWebPart.cs
- TextRange.cs
- ClusterUtils.cs
- TypeDescriptor.cs
- ToolStripTextBox.cs
- EntityViewGenerationConstants.cs
- StringCollection.cs
- Documentation.cs
- RecordsAffectedEventArgs.cs
- ModelUtilities.cs
- Group.cs
- ControlBindingsCollection.cs
- DiagnosticTrace.cs
- MasterPage.cs
- ContentHostHelper.cs
- MetadataCollection.cs
- BamlBinaryReader.cs