Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // 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
- HttpPostedFileWrapper.cs
- DelayedRegex.cs
- CompilerErrorCollection.cs
- NamespaceListProperty.cs
- COAUTHIDENTITY.cs
- ConfigurationStrings.cs
- TemplateNameScope.cs
- CmsInterop.cs
- SettingsSection.cs
- RefExpr.cs
- XsdDuration.cs
- CompleteWizardStep.cs
- TableColumnCollection.cs
- XsdBuildProvider.cs
- ExpressionConverter.cs
- ToolStripSystemRenderer.cs
- OnOperation.cs
- List.cs
- IconBitmapDecoder.cs
- MissingMemberException.cs
- Point4D.cs
- MenuItem.cs
- BaseTemplateBuildProvider.cs
- SqlServices.cs
- DataGridViewComponentPropertyGridSite.cs
- DataBoundLiteralControl.cs
- ProfileBuildProvider.cs
- WebPartManagerInternals.cs
- Point3DCollection.cs
- WebExceptionStatus.cs
- XmlStreamStore.cs
- StrokeNode.cs
- BooleanProjectedSlot.cs
- ListControlActionList.cs
- EventMap.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- TemplateControlCodeDomTreeGenerator.cs
- ParameterCollection.cs
- RowBinding.cs
- HttpWrapper.cs
- DataGridViewDesigner.cs
- SqlUtil.cs
- AnnotationService.cs
- XmlSchemaSimpleType.cs
- ListViewContainer.cs
- ReferencedType.cs
- MouseDevice.cs
- PropertyPushdownHelper.cs
- TitleStyle.cs
- HashLookup.cs
- RegexCharClass.cs
- MSAAEventDispatcher.cs
- SetIterators.cs
- ExtractorMetadata.cs
- UriParserTemplates.cs
- TypeConverterHelper.cs
- StorageSetMapping.cs
- CodeNamespaceImport.cs
- ControlCollection.cs
- TimerElapsedEvenArgs.cs
- UnionExpr.cs
- SequentialUshortCollection.cs
- IISUnsafeMethods.cs
- XmlDataSourceView.cs
- XmlKeywords.cs
- QilInvokeEarlyBound.cs
- SessionEndedEventArgs.cs
- _SslState.cs
- MatrixTransform.cs
- SingleStorage.cs
- XmlLangPropertyAttribute.cs
- mediaclock.cs
- WorkflowOperationBehavior.cs
- FixedPosition.cs
- _UncName.cs
- ProviderSettingsCollection.cs
- ChangesetResponse.cs
- figurelengthconverter.cs
- ForceCopyBuildProvider.cs
- ColumnMapVisitor.cs
- PermissionRequestEvidence.cs
- dataobject.cs
- ExcCanonicalXml.cs
- ColumnMapTranslator.cs
- DataGridLinkButton.cs
- SystemNetworkInterface.cs
- WebRequestModulesSection.cs
- XmlSchemaObject.cs
- SiteMap.cs
- PictureBox.cs
- PenThreadPool.cs
- PasswordPropertyTextAttribute.cs
- GridViewRow.cs
- MetaTableHelper.cs
- XmlRawWriter.cs
- MruCache.cs
- SQLBytesStorage.cs
- ResizeGrip.cs
- ItemsPanelTemplate.cs
- Light.cs