Code:
/ DotNET / DotNET / 8.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
- PlaceHolder.cs
- CacheSection.cs
- PropertyEntry.cs
- ParserContext.cs
- DomainLiteralReader.cs
- UserInitiatedNavigationPermission.cs
- CustomActivityDesigner.cs
- RawStylusInputCustomData.cs
- LineBreak.cs
- NotCondition.cs
- SecurityRuntime.cs
- PreservationFileWriter.cs
- GridViewSortEventArgs.cs
- TextTreeFixupNode.cs
- SBCSCodePageEncoding.cs
- ButtonAutomationPeer.cs
- WmfPlaceableFileHeader.cs
- CompareValidator.cs
- WindowExtensionMethods.cs
- TextSpanModifier.cs
- OletxDependentTransaction.cs
- MonitoringDescriptionAttribute.cs
- SmtpLoginAuthenticationModule.cs
- CommandBinding.cs
- FocusManager.cs
- DesignerVerbCollection.cs
- MultiBindingExpression.cs
- ProxyFragment.cs
- OleDbInfoMessageEvent.cs
- EpmContentDeSerializer.cs
- TypeElement.cs
- Cursors.cs
- ILGenerator.cs
- FocusTracker.cs
- InputScopeAttribute.cs
- XmlElementList.cs
- NavigationExpr.cs
- srgsitem.cs
- TransformValueSerializer.cs
- Point.cs
- TrackingServices.cs
- QilValidationVisitor.cs
- XamlTypeMapper.cs
- SvcMapFile.cs
- TdsParser.cs
- SqlDuplicator.cs
- DetailsViewPageEventArgs.cs
- ComboBox.cs
- XmlHierarchicalEnumerable.cs
- SaveFileDialog.cs
- ResourceManager.cs
- CodeSnippetTypeMember.cs
- StatusBar.cs
- Math.cs
- CodeCompiler.cs
- PlaceHolder.cs
- CodeDirectiveCollection.cs
- FixedHyperLink.cs
- LinqTreeNodeEvaluator.cs
- AttachmentService.cs
- ErrorTableItemStyle.cs
- RemotingException.cs
- DbProviderFactories.cs
- CodeMemberEvent.cs
- FilterEventArgs.cs
- Int64Storage.cs
- WebBrowser.cs
- AutoResetEvent.cs
- DataServiceRequestOfT.cs
- XmlToDatasetMap.cs
- initElementDictionary.cs
- SchemaImporterExtensionElement.cs
- WindowsSpinner.cs
- TableItemStyle.cs
- RawTextInputReport.cs
- SHA1CryptoServiceProvider.cs
- HtmlEncodedRawTextWriter.cs
- CommandDevice.cs
- XmlAnyAttributeAttribute.cs
- PathBox.cs
- X509Chain.cs
- DESCryptoServiceProvider.cs
- DataControlLinkButton.cs
- SystemMulticastIPAddressInformation.cs
- FileClassifier.cs
- BStrWrapper.cs
- ReflectPropertyDescriptor.cs
- Run.cs
- QilPatternVisitor.cs
- MenuAdapter.cs
- DataGridSortCommandEventArgs.cs
- datacache.cs
- NetCodeGroup.cs
- StringInfo.cs
- TraceEventCache.cs
- UriParserTemplates.cs
- InputElement.cs
- TypeSource.cs
- DataGridAddNewRow.cs
- StyleCollection.cs