Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ResourceDescriptionAttribute.cs
- Span.cs
- ExitEventArgs.cs
- RtfFormatStack.cs
- NeutralResourcesLanguageAttribute.cs
- HasCopySemanticsAttribute.cs
- XhtmlBasicLiteralTextAdapter.cs
- TemplateControlCodeDomTreeGenerator.cs
- PropertyDescriptorCollection.cs
- LambdaCompiler.Address.cs
- FieldNameLookup.cs
- ButtonChrome.cs
- BuildResultCache.cs
- SqlOuterApplyReducer.cs
- ExceptionDetail.cs
- XmlBufferReader.cs
- PropertyDescriptorCollection.cs
- ExpiredSecurityTokenException.cs
- SystemIcmpV6Statistics.cs
- MarkupCompiler.cs
- ChtmlCalendarAdapter.cs
- MsmqProcessProtocolHandler.cs
- ParagraphResult.cs
- WorkerProcess.cs
- Page.cs
- ExpressionConverter.cs
- LoginNameDesigner.cs
- PolyBezierSegment.cs
- ReadOnlyCollection.cs
- DefaultHttpHandler.cs
- ButtonAutomationPeer.cs
- CheckoutException.cs
- OpenTypeCommon.cs
- AmbiguousMatchException.cs
- ExpressionBuilder.cs
- ThicknessAnimation.cs
- CodeTypeReferenceCollection.cs
- XhtmlBasicPageAdapter.cs
- RegistryExceptionHelper.cs
- RemoteWebConfigurationHostServer.cs
- DBCSCodePageEncoding.cs
- PrefixQName.cs
- StringInfo.cs
- ListControlConvertEventArgs.cs
- DesignTimeDataBinding.cs
- PackageDigitalSignatureManager.cs
- PropertyMap.cs
- KeyTime.cs
- Tablet.cs
- EpmContentDeSerializer.cs
- bindurihelper.cs
- ParallelDesigner.cs
- ResolvedKeyFrameEntry.cs
- precedingsibling.cs
- XmlSchemaElement.cs
- ImageListUtils.cs
- AvTrace.cs
- ZipIOExtraFieldElement.cs
- BindingList.cs
- WindowsAuthenticationModule.cs
- ClientSession.cs
- Input.cs
- TablePatternIdentifiers.cs
- DescendantBaseQuery.cs
- PartManifestEntry.cs
- LinearKeyFrames.cs
- ContentPlaceHolderDesigner.cs
- OutputScopeManager.cs
- TdsParserSafeHandles.cs
- CustomError.cs
- RelationshipNavigation.cs
- DataGridViewSelectedCellCollection.cs
- ComponentEditorPage.cs
- DataServiceHostWrapper.cs
- NamespaceInfo.cs
- ApplicationInterop.cs
- SortExpressionBuilder.cs
- Encoder.cs
- HierarchicalDataSourceControl.cs
- BoundPropertyEntry.cs
- GetWorkflowTree.cs
- RSAOAEPKeyExchangeFormatter.cs
- PersonalizationStateInfo.cs
- EventDescriptor.cs
- HttpWriter.cs
- SubMenuStyleCollection.cs
- UDPClient.cs
- UrlMappingsModule.cs
- SqlFacetAttribute.cs
- SamlAudienceRestrictionCondition.cs
- TreeViewTemplateSelector.cs
- CmsInterop.cs
- StrongTypingException.cs
- TextDecorationCollection.cs
- WebPartMovingEventArgs.cs
- ToolBarTray.cs
- TemplateXamlParser.cs
- RoutedEventConverter.cs
- TypeDescriptor.cs
- PasswordBox.cs