Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / StackOverflowException.cs / 1305376 / StackOverflowException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: StackOverflowException ** ** ** Purpose: The exception class for stack overflow. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable] public sealed class StackOverflowException : SystemException { public StackOverflowException() : base(Environment.GetResourceString("Arg_StackOverflowException")) { SetErrorCode(__HResults.COR_E_STACKOVERFLOW); } public StackOverflowException(String message) : base(message) { SetErrorCode(__HResults.COR_E_STACKOVERFLOW); } public StackOverflowException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_STACKOVERFLOW); } internal StackOverflowException(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. // // ==--== /*============================================================================== ** ** Class: StackOverflowException ** ** ** Purpose: The exception class for stack overflow. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable] public sealed class StackOverflowException : SystemException { public StackOverflowException() : base(Environment.GetResourceString("Arg_StackOverflowException")) { SetErrorCode(__HResults.COR_E_STACKOVERFLOW); } public StackOverflowException(String message) : base(message) { SetErrorCode(__HResults.COR_E_STACKOVERFLOW); } public StackOverflowException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_STACKOVERFLOW); } internal StackOverflowException(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
- tooltip.cs
- PlaceHolder.cs
- KnownBoxes.cs
- InternalBufferOverflowException.cs
- CopyAction.cs
- HuffmanTree.cs
- ObjectAnimationUsingKeyFrames.cs
- InputScopeAttribute.cs
- DynamicMethod.cs
- Bits.cs
- SqlGatherConsumedAliases.cs
- oledbmetadatacolumnnames.cs
- DataGridViewRowStateChangedEventArgs.cs
- ImmutableAssemblyCacheEntry.cs
- DataListItemEventArgs.cs
- SqlTypeSystemProvider.cs
- XmlSerializationReader.cs
- SafeRightsManagementEnvironmentHandle.cs
- ScriptMethodAttribute.cs
- ParameterBuilder.cs
- WindowHideOrCloseTracker.cs
- TableRowCollection.cs
- ProxyHwnd.cs
- JumpItem.cs
- ReadOnlyHierarchicalDataSourceView.cs
- BindableTemplateBuilder.cs
- TextLine.cs
- SafeFindHandle.cs
- SigningDialog.cs
- TextInfo.cs
- XmlAttributeCollection.cs
- RealizationDrawingContextWalker.cs
- PageBuildProvider.cs
- CTreeGenerator.cs
- RequestQueue.cs
- basenumberconverter.cs
- TargetInvocationException.cs
- _CommandStream.cs
- AppDomainAttributes.cs
- PanelStyle.cs
- GCHandleCookieTable.cs
- TagPrefixAttribute.cs
- MethodToken.cs
- CodeLinePragma.cs
- DataGridViewIntLinkedList.cs
- PageCatalogPartDesigner.cs
- ToolStripPanelRow.cs
- WebPartDisplayModeCollection.cs
- SelectionItemPattern.cs
- StrongNamePublicKeyBlob.cs
- PropertyPathConverter.cs
- ProfilePropertyMetadata.cs
- UrlMappingsModule.cs
- TabletDeviceInfo.cs
- D3DImage.cs
- XmlHierarchicalEnumerable.cs
- ScrollableControlDesigner.cs
- DbConnectionPoolCounters.cs
- SelectingProviderEventArgs.cs
- SiteMapNodeItem.cs
- UriWriter.cs
- DSACryptoServiceProvider.cs
- SineEase.cs
- RNGCryptoServiceProvider.cs
- Visual.cs
- TextFragmentEngine.cs
- CultureInfoConverter.cs
- DbConnectionPoolGroupProviderInfo.cs
- BitmapVisualManager.cs
- SortableBindingList.cs
- DataGridViewCellValidatingEventArgs.cs
- ExpressionBuilderCollection.cs
- WebPartDescriptionCollection.cs
- ChooseAction.cs
- FrameworkPropertyMetadata.cs
- ErrorWebPart.cs
- GenericAuthenticationEventArgs.cs
- InputLangChangeEvent.cs
- CodeTypeReferenceExpression.cs
- MediaElement.cs
- JavaScriptSerializer.cs
- SqlDataSourceSelectingEventArgs.cs
- Vector3DConverter.cs
- CultureInfo.cs
- FontWeights.cs
- QuotedPrintableStream.cs
- DrawingState.cs
- CheckBoxField.cs
- FontResourceCache.cs
- RootBuilder.cs
- CommandDevice.cs
- X509Certificate2.cs
- PropertyValueChangedEvent.cs
- PictureBox.cs
- IndexingContentUnit.cs
- CommandExpr.cs
- GPStream.cs
- DocumentViewerConstants.cs
- CompilationLock.cs
- ToolStripDropDownClosingEventArgs.cs