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
- BaseValidatorDesigner.cs
- CodePageEncoding.cs
- Win32SafeHandles.cs
- PrimitiveCodeDomSerializer.cs
- RegexCompilationInfo.cs
- Journal.cs
- TraceLevelStore.cs
- XmlJsonWriter.cs
- ContractSearchPattern.cs
- CheckBoxFlatAdapter.cs
- AppPool.cs
- ScriptManager.cs
- PathSegment.cs
- PagerSettings.cs
- ByteStack.cs
- Event.cs
- SessionSymmetricMessageSecurityProtocolFactory.cs
- DataGridCell.cs
- StaticTextPointer.cs
- RunClient.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- SqlDataSourceSummaryPanel.cs
- DeliveryRequirementsAttribute.cs
- Pair.cs
- DataGridViewCellStyleConverter.cs
- RetrieveVirtualItemEventArgs.cs
- NonParentingControl.cs
- AnnotationHighlightLayer.cs
- XmlBindingWorker.cs
- DbConnectionPoolIdentity.cs
- UnmanagedMarshal.cs
- ComEventsInfo.cs
- OnOperation.cs
- ProcessManager.cs
- BitmapEffectDrawingContextWalker.cs
- WpfKnownTypeInvoker.cs
- ArrayConverter.cs
- ExplicitDiscriminatorMap.cs
- PartDesigner.cs
- Composition.cs
- OverflowException.cs
- AsymmetricSignatureFormatter.cs
- TargetControlTypeCache.cs
- BlockUIContainer.cs
- SByteConverter.cs
- GroupJoinQueryOperator.cs
- BasicKeyConstraint.cs
- ToolStripPanelSelectionGlyph.cs
- BitmapEffectDrawing.cs
- Activation.cs
- DataGridDetailsPresenter.cs
- ConnectionManagementSection.cs
- Button.cs
- FlowDocumentPageViewerAutomationPeer.cs
- ListViewItem.cs
- CatalogPart.cs
- EventSetterHandlerConverter.cs
- KnownTypes.cs
- XhtmlBasicSelectionListAdapter.cs
- CodeFieldReferenceExpression.cs
- WeakReferenceList.cs
- WebPartCancelEventArgs.cs
- EventTrigger.cs
- WebPartVerb.cs
- WorkflowRuntimeService.cs
- CommonProperties.cs
- ReferentialConstraint.cs
- KernelTypeValidation.cs
- Rect3DValueSerializer.cs
- BitmapEffectvisualstate.cs
- ActivityInstanceMap.cs
- MarshalDirectiveException.cs
- EmptyQuery.cs
- QilXmlReader.cs
- CounterCreationData.cs
- ServicePoint.cs
- EndpointConfigContainer.cs
- Int32KeyFrameCollection.cs
- RandomNumberGenerator.cs
- RegexWorker.cs
- XamlBuildTaskServices.cs
- ConstNode.cs
- PeerObject.cs
- MappingMetadataHelper.cs
- DebugHandleTracker.cs
- XmlTextReaderImplHelpers.cs
- UpdateManifestForBrowserApplication.cs
- KeyMatchBuilder.cs
- DetailsView.cs
- BindingSourceDesigner.cs
- CalendarDay.cs
- AsymmetricKeyExchangeDeformatter.cs
- MemoryPressure.cs
- DBPropSet.cs
- MultiSelector.cs
- WorkflowDesignerMessageFilter.cs
- activationcontext.cs
- NamedPipeHostedTransportConfiguration.cs
- StandardOleMarshalObject.cs
- GridItemCollection.cs