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
- HealthMonitoringSectionHelper.cs
- LicenseManager.cs
- DataPagerFieldCommandEventArgs.cs
- ListViewItem.cs
- DataFormats.cs
- TransformPattern.cs
- ObjectListTitleAttribute.cs
- MulticastOption.cs
- CodeCommentStatementCollection.cs
- XslNumber.cs
- WindowsIPAddress.cs
- DispatcherTimer.cs
- RowToFieldTransformer.cs
- ValueOfAction.cs
- CellLabel.cs
- SqlRowUpdatedEvent.cs
- WebPartsPersonalization.cs
- XmlComplianceUtil.cs
- TdsParameterSetter.cs
- FontStyles.cs
- DataGridViewLayoutData.cs
- HierarchicalDataBoundControl.cs
- IDispatchConstantAttribute.cs
- DataSourceControl.cs
- DataSourceBooleanViewSchemaConverter.cs
- ResourceKey.cs
- TdsParserSafeHandles.cs
- CounterSetInstanceCounterDataSet.cs
- CallId.cs
- WmlListAdapter.cs
- SqlDataSourceCommandEventArgs.cs
- StringBuilder.cs
- OptimizerPatterns.cs
- MbpInfo.cs
- BrowserCapabilitiesFactoryBase.cs
- ResourceProviderFactory.cs
- DoubleAnimationUsingPath.cs
- SystemIcmpV4Statistics.cs
- ExpressionConverter.cs
- DbProviderManifest.cs
- FileUtil.cs
- PolyLineSegment.cs
- Assembly.cs
- BaseDataBoundControl.cs
- DoubleKeyFrameCollection.cs
- DesignTimeValidationFeature.cs
- InitializationEventAttribute.cs
- IIS7WorkerRequest.cs
- ComAdminInterfaces.cs
- GetImportFileNameRequest.cs
- dtdvalidator.cs
- DataGridViewToolTip.cs
- EmptyEnumerator.cs
- ItemChangedEventArgs.cs
- ServiceAuthorizationElement.cs
- FactoryMaker.cs
- XamlSerializer.cs
- RoutedEventConverter.cs
- ConnectionManagementElementCollection.cs
- xmlfixedPageInfo.cs
- DependentList.cs
- XmlHelper.cs
- AuthenticationModuleElementCollection.cs
- MediaTimeline.cs
- ExpressionBuilderCollection.cs
- HttpCacheVary.cs
- SuppressIldasmAttribute.cs
- RadioButton.cs
- RepeatBehaviorConverter.cs
- SafeRightsManagementPubHandle.cs
- IntPtr.cs
- ObjectConverter.cs
- BaseProcessor.cs
- ViewGenResults.cs
- SpeechSeg.cs
- PingOptions.cs
- StrongNamePublicKeyBlob.cs
- QilInvoke.cs
- Geometry3D.cs
- FormViewUpdatedEventArgs.cs
- EntityDataSourceReferenceGroup.cs
- DomNameTable.cs
- PropertyFilter.cs
- SystemIPGlobalProperties.cs
- DbInsertCommandTree.cs
- PersonalizableTypeEntry.cs
- WSSecureConversationFeb2005.cs
- BlockUIContainer.cs
- FontFamilyIdentifier.cs
- _BaseOverlappedAsyncResult.cs
- SplitContainerDesigner.cs
- MouseBinding.cs
- FactoryRecord.cs
- BigInt.cs
- WebPartCloseVerb.cs
- BrowserCapabilitiesFactory.cs
- EntityDataSourceUtil.cs
- WebBrowserBase.cs
- CustomCredentialPolicy.cs
- PageCache.cs