Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ // // 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
- IList.cs
- PerformanceCounterPermissionEntry.cs
- Rect3D.cs
- Propagator.JoinPropagator.SubstitutingCloneVisitor.cs
- CompilationLock.cs
- BitStack.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- CharAnimationUsingKeyFrames.cs
- VisualTreeHelper.cs
- Attributes.cs
- SmiEventSink_Default.cs
- ReaderWriterLock.cs
- ConfigurationManagerHelper.cs
- SettingsBindableAttribute.cs
- PublishLicense.cs
- XmlSubtreeReader.cs
- ArithmeticException.cs
- CheckBoxField.cs
- BindingWorker.cs
- SoapFault.cs
- _RequestLifetimeSetter.cs
- HttpCachePolicyElement.cs
- EpmTargetPathSegment.cs
- ToolStripSystemRenderer.cs
- TextEffectResolver.cs
- ListViewInsertEventArgs.cs
- Ref.cs
- diagnosticsswitches.cs
- CheckoutException.cs
- UserValidatedEventArgs.cs
- PropertyBuilder.cs
- CommandConverter.cs
- FtpWebRequest.cs
- SHA256Managed.cs
- ListDataBindEventArgs.cs
- Model3DGroup.cs
- Merger.cs
- AddInIpcChannel.cs
- SystemIcmpV6Statistics.cs
- ServiceOperation.cs
- SystemSounds.cs
- CustomAttribute.cs
- HelpProvider.cs
- EventProvider.cs
- Exceptions.cs
- StyleTypedPropertyAttribute.cs
- GestureRecognitionResult.cs
- TagMapCollection.cs
- WebPartConnectionsCancelVerb.cs
- FirstMatchCodeGroup.cs
- DESCryptoServiceProvider.cs
- TemplateEditingVerb.cs
- ThemeConfigurationDialog.cs
- MetadataArtifactLoaderFile.cs
- SqlBuilder.cs
- RecipientInfo.cs
- ExpandCollapsePattern.cs
- ActivitySurrogate.cs
- ToolStripArrowRenderEventArgs.cs
- XmlJsonWriter.cs
- Triplet.cs
- ZipArchive.cs
- CodeThrowExceptionStatement.cs
- ContractDescription.cs
- ToolboxComponentsCreatingEventArgs.cs
- SQLInt32.cs
- XmlArrayItemAttribute.cs
- EntitySqlQueryCacheKey.cs
- RegexParser.cs
- TemplatedControlDesigner.cs
- ChannelManager.cs
- NameSpaceEvent.cs
- DBCommand.cs
- CodeAttachEventStatement.cs
- XamlStackWriter.cs
- PointCollection.cs
- CommandConverter.cs
- ActionMessageFilter.cs
- WorkflowWebService.cs
- ResXBuildProvider.cs
- ImportedNamespaceContextItem.cs
- InvalidTimeZoneException.cs
- DecoderBestFitFallback.cs
- HScrollProperties.cs
- AddInDeploymentState.cs
- EventlogProvider.cs
- DocumentSignatureManager.cs
- MemoryMappedView.cs
- DrawingContextWalker.cs
- MultipleViewProviderWrapper.cs
- ResXResourceReader.cs
- Int32CollectionConverter.cs
- DependentList.cs
- SqlAliaser.cs
- Model3D.cs
- HwndSubclass.cs
- SimpleTextLine.cs
- ObjectSelectorEditor.cs
- ParserHooks.cs
- Grid.cs