Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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) { } } } // 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
- _HeaderInfo.cs
- ModuleConfigurationInfo.cs
- TextDpi.cs
- PageCache.cs
- DoubleStorage.cs
- ZipFileInfoCollection.cs
- CodeMethodInvokeExpression.cs
- InputReport.cs
- QueryableDataSourceHelper.cs
- TextServicesContext.cs
- FrameworkElement.cs
- Main.cs
- StringResourceManager.cs
- TraceSection.cs
- Baml2006ReaderSettings.cs
- LocationSectionRecord.cs
- X509ChainElement.cs
- WebScriptEndpointElement.cs
- ColorBlend.cs
- ApplicationHost.cs
- MethodImplAttribute.cs
- CollectionChangeEventArgs.cs
- StringUtil.cs
- AuthorizationRuleCollection.cs
- PrePrepareMethodAttribute.cs
- QuaternionRotation3D.cs
- IgnoreFileBuildProvider.cs
- ContentElementAutomationPeer.cs
- ClientFormsIdentity.cs
- TranslateTransform.cs
- JournalNavigationScope.cs
- TextOptions.cs
- BrowserInteropHelper.cs
- XPathNavigatorReader.cs
- ProtocolsSection.cs
- BackgroundFormatInfo.cs
- _ShellExpression.cs
- OperationAbortedException.cs
- ValidatingReaderNodeData.cs
- Pair.cs
- RuntimeHelpers.cs
- KeyValueConfigurationElement.cs
- PluralizationService.cs
- IsolatedStorageSecurityState.cs
- Mappings.cs
- ViewBase.cs
- SqlDelegatedTransaction.cs
- HttpHandlerAction.cs
- CookieParameter.cs
- CallInfo.cs
- PropagatorResult.cs
- EnumerableRowCollectionExtensions.cs
- CodeBlockBuilder.cs
- NavigatorInput.cs
- AttachedPropertyBrowsableAttribute.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- RequestTimeoutManager.cs
- DiffuseMaterial.cs
- ExcCanonicalXml.cs
- CollectionDataContractAttribute.cs
- FontStretches.cs
- HotSpot.cs
- WSSecureConversationFeb2005.cs
- ProxyWebPartManagerDesigner.cs
- regiisutil.cs
- EmissiveMaterial.cs
- InvalidFilterCriteriaException.cs
- Column.cs
- ProfessionalColorTable.cs
- SqlCommandBuilder.cs
- BidirectionalDictionary.cs
- PlatformCulture.cs
- SynchronizationLockException.cs
- StandardToolWindows.cs
- SchemaTableOptionalColumn.cs
- Light.cs
- ErrorTableItemStyle.cs
- Mutex.cs
- XmlSchemaObjectCollection.cs
- Geometry.cs
- DataControlImageButton.cs
- ActiveXMessageFormatter.cs
- AssociatedControlConverter.cs
- keycontainerpermission.cs
- SecurityDocument.cs
- WindowsSidIdentity.cs
- ActivityTrace.cs
- LockedHandleGlyph.cs
- OneToOneMappingSerializer.cs
- GraphicsState.cs
- DataGridSortCommandEventArgs.cs
- TPLETWProvider.cs
- ReferencedAssembly.cs
- SHA384.cs
- Socket.cs
- StringExpressionSet.cs
- Table.cs
- XmlName.cs
- AddInSegmentDirectoryNotFoundException.cs
- UriExt.cs