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;
///
/// The exception that is thrown when the internal buffer overflows.
///
[Serializable]
public class InternalBufferOverflowException : SystemException {
///
/// Initializes a new default instance of the class.
///
public InternalBufferOverflowException() : base() {
HResult = HResults.InternalBufferOverflow;
}
///
/// Initializes a new instance of the class with the error
/// message to be displayed
/// specified.
///
public InternalBufferOverflowException(string message) : base(message) {
HResult =HResults.InternalBufferOverflow;
}
///
/// Initializes a new instance of the
/// class with the message to be displayed and the generated inner exception specified.
///
public InternalBufferOverflowException(string message, Exception inner) : base(message, inner) {
HResult = HResults.InternalBufferOverflow;
}
///
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;
///
/// The exception that is thrown when the internal buffer overflows.
///
[Serializable]
public class InternalBufferOverflowException : SystemException {
///
/// Initializes a new default instance of the class.
///
public InternalBufferOverflowException() : base() {
HResult = HResults.InternalBufferOverflow;
}
///
/// Initializes a new instance of the class with the error
/// message to be displayed
/// specified.
///
public InternalBufferOverflowException(string message) : base(message) {
HResult =HResults.InternalBufferOverflow;
}
///
/// Initializes a new instance of the
/// class with the message to be displayed and the generated inner exception specified.
///
public InternalBufferOverflowException(string message, Exception inner) : base(message, inner) {
HResult = HResults.InternalBufferOverflow;
}
///
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
- MetadataElement.cs
- SQLChars.cs
- Vector.cs
- WebPartChrome.cs
- ImportDesigner.xaml.cs
- _Events.cs
- ApplicationFileCodeDomTreeGenerator.cs
- Dispatcher.cs
- List.cs
- ClassDataContract.cs
- PieceDirectory.cs
- HtmlTableRow.cs
- DesignerDataParameter.cs
- returneventsaver.cs
- ProfileInfo.cs
- CodeCatchClauseCollection.cs
- LogicalExpr.cs
- PublishLicense.cs
- XmlDesignerDataSourceView.cs
- infer.cs
- TypeDescriptionProvider.cs
- SymbolMethod.cs
- DataSetUtil.cs
- PropertyValueUIItem.cs
- ApplicationServiceHelper.cs
- StartUpEventArgs.cs
- TrackBarDesigner.cs
- HtmlButton.cs
- CapabilitiesRule.cs
- ClientRoleProvider.cs
- Converter.cs
- CopyOfAction.cs
- JsonReaderDelegator.cs
- BasicExpandProvider.cs
- XmlSchemaType.cs
- nulltextnavigator.cs
- WindowsListViewScroll.cs
- ScriptReferenceBase.cs
- GrammarBuilderBase.cs
- Converter.cs
- ZipIOLocalFileHeader.cs
- ControlBuilder.cs
- ParameterDataSourceExpression.cs
- X509WindowsSecurityToken.cs
- DrawListViewItemEventArgs.cs
- SequentialWorkflowRootDesigner.cs
- WebRequestModuleElementCollection.cs
- PropertyTabAttribute.cs
- XmlAutoDetectWriter.cs
- HitTestDrawingContextWalker.cs
- SafeBitVector32.cs
- DoubleKeyFrameCollection.cs
- FastEncoder.cs
- AsymmetricAlgorithm.cs
- PartBasedPackageProperties.cs
- SrgsDocument.cs
- ContentFileHelper.cs
- MetadataArtifactLoader.cs
- CheckBoxStandardAdapter.cs
- AmbientLight.cs
- WindowsListBox.cs
- SQLByteStorage.cs
- ScrollEvent.cs
- TrackingProfileDeserializationException.cs
- Part.cs
- ScriptReferenceEventArgs.cs
- ImageAnimator.cs
- PriorityChain.cs
- UserControl.cs
- SchemaInfo.cs
- AbstractSvcMapFileLoader.cs
- AuthenticateEventArgs.cs
- ScriptResourceInfo.cs
- Compiler.cs
- WebPartMenuStyle.cs
- UInt32Storage.cs
- DataObject.cs
- EdmFunction.cs
- SqlInternalConnectionSmi.cs
- CreateRefExpr.cs
- DefaultIfEmptyQueryOperator.cs
- ObjectKeyFrameCollection.cs
- SliderAutomationPeer.cs
- TypeUtil.cs
- EventListener.cs
- BitStack.cs
- unsafenativemethodstextservices.cs
- TextSelection.cs
- ViewStateModeByIdAttribute.cs
- Material.cs
- SqlConnection.cs
- OleDbCommandBuilder.cs
- WSDualHttpBindingCollectionElement.cs
- DbFunctionCommandTree.cs
- OraclePermission.cs
- MembershipSection.cs
- Memoizer.cs
- SemanticAnalyzer.cs
- ResourcesGenerator.cs
- BoundsDrawingContextWalker.cs