Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / StackOverflowException.cs / 1 / 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) { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XamlSerializerUtil.cs
- FlowDecisionDesigner.xaml.cs
- TypeSource.cs
- Transactions.cs
- DBDataPermissionAttribute.cs
- SqlTypeConverter.cs
- ContentControl.cs
- ConsoleCancelEventArgs.cs
- PngBitmapEncoder.cs
- BinaryOperationBinder.cs
- WebPartUtil.cs
- UniqueIdentifierService.cs
- BindingEntityInfo.cs
- RectangleF.cs
- relpropertyhelper.cs
- CompositeDuplexBindingElementImporter.cs
- InvalidPipelineStoreException.cs
- DbConnectionPoolGroup.cs
- ExpandCollapseProviderWrapper.cs
- TextTreeText.cs
- DrawingBrush.cs
- ModelItemKeyValuePair.cs
- HttpChannelHelpers.cs
- SerializerWriterEventHandlers.cs
- InputDevice.cs
- WorkflowEnvironment.cs
- AccessText.cs
- GenerateScriptTypeAttribute.cs
- indexingfiltermarshaler.cs
- XmlParserContext.cs
- Renderer.cs
- WebBrowserHelper.cs
- XmlWriterTraceListener.cs
- SQLDoubleStorage.cs
- Helper.cs
- InteropAutomationProvider.cs
- StateDesigner.cs
- Choices.cs
- AnimatedTypeHelpers.cs
- DictionarySectionHandler.cs
- XmlSchemaObjectCollection.cs
- SqlDataSourceFilteringEventArgs.cs
- PropertyToken.cs
- SocketPermission.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- DataListItemEventArgs.cs
- Scene3D.cs
- DbProviderFactoriesConfigurationHandler.cs
- ObjectStateManagerMetadata.cs
- DisplayMemberTemplateSelector.cs
- Maps.cs
- DataGridHelper.cs
- MissingMethodException.cs
- HtmlEmptyTagControlBuilder.cs
- DispatcherExceptionEventArgs.cs
- SchemaAttDef.cs
- WebHttpSecurityElement.cs
- SQLRoleProvider.cs
- ImageBrush.cs
- ComboBoxRenderer.cs
- DocumentViewerAutomationPeer.cs
- BindUriHelper.cs
- AssemblyName.cs
- XmlSchemaAnyAttribute.cs
- FontWeights.cs
- Matrix.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- UnsafeNativeMethods.cs
- DataGridColumnCollection.cs
- ScalarConstant.cs
- HyperLinkDataBindingHandler.cs
- Menu.cs
- TerminatorSinks.cs
- VisualStateManager.cs
- InsufficientExecutionStackException.cs
- DataGridLinkButton.cs
- IncrementalHitTester.cs
- PaginationProgressEventArgs.cs
- CalendarButtonAutomationPeer.cs
- AsymmetricKeyExchangeDeformatter.cs
- AssemblyCache.cs
- UnsafeNativeMethods.cs
- InkCanvasSelection.cs
- ButtonColumn.cs
- TimelineCollection.cs
- WebPartEditorOkVerb.cs
- MobileRedirect.cs
- TreeNodeCollection.cs
- ChineseLunisolarCalendar.cs
- XPathNodeIterator.cs
- QueryExecutionOption.cs
- CallSiteBinder.cs
- AstNode.cs
- SplitterCancelEvent.cs
- BasicDesignerLoader.cs
- TreeSet.cs
- webeventbuffer.cs
- AgileSafeNativeMemoryHandle.cs
- ZoneIdentityPermission.cs
- CharKeyFrameCollection.cs