Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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) { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SplitContainer.cs
- ProfileGroupSettingsCollection.cs
- PasswordTextNavigator.cs
- ASCIIEncoding.cs
- MatrixTransform.cs
- BaseResourcesBuildProvider.cs
- CardSpaceException.cs
- SpotLight.cs
- WorkBatch.cs
- ActivityScheduledRecord.cs
- CommonProperties.cs
- TargetControlTypeAttribute.cs
- BasicExpressionVisitor.cs
- DataGridViewAccessibleObject.cs
- SmtpMail.cs
- Variable.cs
- XmlBaseReader.cs
- AnnotationAuthorChangedEventArgs.cs
- NotImplementedException.cs
- SQLBoolean.cs
- RegistrationServices.cs
- ComponentResourceKey.cs
- ImpersonationContext.cs
- Span.cs
- WindowsTreeView.cs
- ExpandableObjectConverter.cs
- AttributeParameterInfo.cs
- SafeRightsManagementPubHandle.cs
- Queue.cs
- ManagedWndProcTracker.cs
- ReflectionHelper.cs
- SignatureHelper.cs
- TextTreePropertyUndoUnit.cs
- FormattedText.cs
- SamlNameIdentifierClaimResource.cs
- TextServicesDisplayAttribute.cs
- PointAnimationUsingPath.cs
- TreeChangeInfo.cs
- Activator.cs
- TabControl.cs
- ContextMenuStrip.cs
- Brush.cs
- RowParagraph.cs
- Bidi.cs
- SSmlParser.cs
- BinaryObjectReader.cs
- DbResourceAllocator.cs
- WorkflowApplicationException.cs
- ReadOnlyCollectionBase.cs
- NetNamedPipeSecurity.cs
- DataViewSetting.cs
- CheckedListBox.cs
- MailDefinition.cs
- webclient.cs
- TcpHostedTransportConfiguration.cs
- BindingsCollection.cs
- FontTypeConverter.cs
- RSAPKCS1SignatureDeformatter.cs
- DataGridDetailsPresenterAutomationPeer.cs
- TimeSpanConverter.cs
- ScopelessEnumAttribute.cs
- FixedDocumentPaginator.cs
- FormViewModeEventArgs.cs
- EditorReuseAttribute.cs
- WasAdminWrapper.cs
- IConvertible.cs
- ToolboxComponentsCreatedEventArgs.cs
- Content.cs
- storepermission.cs
- AuthenticationManager.cs
- DataGridViewRowCancelEventArgs.cs
- CrossSiteScriptingValidation.cs
- StaticExtension.cs
- AdRotator.cs
- RoleManagerModule.cs
- XmlSchema.cs
- CryptoHelper.cs
- FlowDocumentView.cs
- PolyQuadraticBezierSegment.cs
- ObjectView.cs
- HandlerBase.cs
- SerializationSectionGroup.cs
- DelimitedListTraceListener.cs
- FixedSOMTableRow.cs
- SystemIPInterfaceStatistics.cs
- LogLogRecordEnumerator.cs
- AnonymousIdentificationModule.cs
- PenThread.cs
- BaseCAMarshaler.cs
- ProviderIncompatibleException.cs
- Comparer.cs
- BitmapDecoder.cs
- ConstraintStruct.cs
- xsdvalidator.cs
- DataGridViewCellPaintingEventArgs.cs
- OrthographicCamera.cs
- SharedDp.cs
- SiteMapNode.cs
- Binding.cs
- SequenceQuery.cs