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
- Point3D.cs
- ValidationEventArgs.cs
- ContractReference.cs
- EntityDataSourceDataSelection.cs
- SystemPens.cs
- ComboBoxRenderer.cs
- MailHeaderInfo.cs
- ParenthesizePropertyNameAttribute.cs
- EncoderFallback.cs
- PtsContext.cs
- XamlClipboardData.cs
- Int16Converter.cs
- XmlTypeMapping.cs
- ExtensionFile.cs
- LongMinMaxAggregationOperator.cs
- PartialTrustVisibleAssembly.cs
- Marshal.cs
- IISMapPath.cs
- DataGridViewComboBoxCell.cs
- MappingSource.cs
- ErrorEventArgs.cs
- DataStreams.cs
- XmlSchemaSimpleTypeList.cs
- MenuItem.cs
- FormCollection.cs
- TemplateParser.cs
- StrokeRenderer.cs
- GeneratedView.cs
- FlowDocumentPageViewerAutomationPeer.cs
- TagMapCollection.cs
- LambdaCompiler.cs
- StorageFunctionMapping.cs
- SchemaTableColumn.cs
- SqlNodeAnnotation.cs
- EraserBehavior.cs
- DBConnectionString.cs
- ContainerUIElement3D.cs
- CollectionViewGroupInternal.cs
- Attributes.cs
- InvalidWMPVersionException.cs
- NavigationProperty.cs
- DllHostInitializer.cs
- TemplateBamlRecordReader.cs
- Button.cs
- XmlKeywords.cs
- SessionPageStateSection.cs
- RequestCachePolicyConverter.cs
- ScriptHandlerFactory.cs
- ResolveNameEventArgs.cs
- PowerModeChangedEventArgs.cs
- SoapMessage.cs
- ProxyAttribute.cs
- ExpressionEvaluator.cs
- ProvidePropertyAttribute.cs
- OperandQuery.cs
- SettingsProviderCollection.cs
- BamlStream.cs
- ExpressionBinding.cs
- SchemaNames.cs
- MSAANativeProvider.cs
- SpoolingTaskBase.cs
- PipelineModuleStepContainer.cs
- XPathDocumentIterator.cs
- ObjectView.cs
- ParameterCollection.cs
- UniqueIdentifierService.cs
- SecurityElement.cs
- SystemTcpStatistics.cs
- QuaternionAnimationBase.cs
- FixedSchema.cs
- Helper.cs
- UnknownWrapper.cs
- RectKeyFrameCollection.cs
- PagerSettings.cs
- TCEAdapterGenerator.cs
- SqlStream.cs
- MasterPageCodeDomTreeGenerator.cs
- AsynchronousChannel.cs
- FontCacheUtil.cs
- XmlHierarchicalDataSourceView.cs
- LinqDataSourceHelper.cs
- TypeConvertions.cs
- FormatException.cs
- CryptoProvider.cs
- ServiceOperation.cs
- LoginCancelEventArgs.cs
- DataGridViewComboBoxCell.cs
- InvalidOperationException.cs
- SingleKeyFrameCollection.cs
- DataGridRowHeaderAutomationPeer.cs
- Properties.cs
- GridViewColumnHeader.cs
- QuaternionIndependentAnimationStorage.cs
- PolicyValidationException.cs
- DisplayMemberTemplateSelector.cs
- FixedSOMImage.cs
- DependencyObjectType.cs
- NavigationWindowAutomationPeer.cs
- DateTimeFormat.cs
- ToolStripButton.cs