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
- EnterpriseServicesHelper.cs
- BaseProcessor.cs
- BinaryMessageEncodingElement.cs
- AppDomainUnloadedException.cs
- XsdBuildProvider.cs
- InheritanceAttribute.cs
- TableStyle.cs
- ToolStripItemImageRenderEventArgs.cs
- SmtpNtlmAuthenticationModule.cs
- CalendarDay.cs
- TextAdaptor.cs
- wgx_exports.cs
- Util.cs
- FileUtil.cs
- BuilderInfo.cs
- TextFormatterHost.cs
- ServicePointManagerElement.cs
- CapabilitiesSection.cs
- LassoSelectionBehavior.cs
- WebPartAuthorizationEventArgs.cs
- unsafenativemethodstextservices.cs
- X509Certificate2Collection.cs
- DBProviderConfigurationHandler.cs
- SQLDouble.cs
- shaper.cs
- XmlComplianceUtil.cs
- ConfigurationSettings.cs
- DataContract.cs
- RelationshipEndMember.cs
- PasswordPropertyTextAttribute.cs
- WebPartMenu.cs
- XamlTypeMapper.cs
- CopyOnWriteList.cs
- TailPinnedEventArgs.cs
- MutexSecurity.cs
- SafeCoTaskMem.cs
- WizardStepBase.cs
- ColumnCollection.cs
- Sql8ExpressionRewriter.cs
- SerializationHelper.cs
- XsltQilFactory.cs
- LinearGradientBrush.cs
- WebBrowserSiteBase.cs
- PageTheme.cs
- TextShapeableCharacters.cs
- TokenFactoryBase.cs
- IndentTextWriter.cs
- InsufficientMemoryException.cs
- SaveWorkflowCommand.cs
- ProcessExitedException.cs
- ZipIOExtraFieldElement.cs
- ComponentResourceManager.cs
- GridSplitterAutomationPeer.cs
- HandlerBase.cs
- HttpClientCertificate.cs
- TaskHelper.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- DefaultPropertiesToSend.cs
- TriggerActionCollection.cs
- DataBindingExpressionBuilder.cs
- Padding.cs
- MLangCodePageEncoding.cs
- HtmlInputFile.cs
- relpropertyhelper.cs
- RegexReplacement.cs
- DbSetClause.cs
- XslCompiledTransform.cs
- SystemResourceKey.cs
- CompilerHelpers.cs
- Transform3D.cs
- DataView.cs
- ValidationEventArgs.cs
- WpfKnownMemberInvoker.cs
- PersonalizationProviderCollection.cs
- OneOfTypeConst.cs
- WebPartDeleteVerb.cs
- TeredoHelper.cs
- FrameworkElementAutomationPeer.cs
- SHA256Cng.cs
- PermissionSetTriple.cs
- FatalException.cs
- CommonBehaviorsSection.cs
- StateChangeEvent.cs
- ImageList.cs
- EntityContainerEmitter.cs
- NotifyParentPropertyAttribute.cs
- CopyOnWriteList.cs
- SQLInt64Storage.cs
- CodeEntryPointMethod.cs
- InstanceHandle.cs
- HttpMethodConstraint.cs
- InstanceStoreQueryResult.cs
- CfgParser.cs
- PieceNameHelper.cs
- FastEncoderWindow.cs
- ScriptBehaviorDescriptor.cs
- DetailsViewDesigner.cs
- AspCompat.cs
- VirtualPathProvider.cs