Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ComboBoxAutomationPeer.cs
- PrintPreviewControl.cs
- UserControlBuildProvider.cs
- InputBinding.cs
- ProfileInfo.cs
- FontEmbeddingManager.cs
- CompilerScopeManager.cs
- ToolStripButton.cs
- EntitySetBase.cs
- ContentDefinition.cs
- _BasicClient.cs
- RenderingEventArgs.cs
- SystemKeyConverter.cs
- MessageParameterAttribute.cs
- XmlWhitespace.cs
- FontNameEditor.cs
- NavigatorOutput.cs
- WebPartDisplayModeCollection.cs
- TextDecorationCollection.cs
- ConstrainedGroup.cs
- TokenFactoryBase.cs
- KeyConstraint.cs
- KeyedHashAlgorithm.cs
- SmtpNetworkElement.cs
- MaterialGroup.cs
- TableRow.cs
- VisualBrush.cs
- Localizer.cs
- QualificationDataItem.cs
- DoubleCollection.cs
- HttpProtocolImporter.cs
- LoadRetryHandler.cs
- MsmqChannelFactoryBase.cs
- MDIWindowDialog.cs
- TextTreePropertyUndoUnit.cs
- BindingsCollection.cs
- SqlMethodCallConverter.cs
- ComponentTray.cs
- WebPartConnection.cs
- shaper.cs
- RequestNavigateEventArgs.cs
- StructuralObject.cs
- SqlUserDefinedTypeAttribute.cs
- TimeSpanValidator.cs
- BufferedReceiveElement.cs
- InvalidAsynchronousStateException.cs
- followingquery.cs
- ZoomComboBox.cs
- ValidationError.cs
- BitmapEffectGroup.cs
- ButtonFieldBase.cs
- DetailsViewRow.cs
- ComponentChangingEvent.cs
- ConversionContext.cs
- HostingEnvironmentException.cs
- UpdateExpressionVisitor.cs
- WindowsToolbar.cs
- DetailsViewPageEventArgs.cs
- ModelUIElement3D.cs
- ExpressionParser.cs
- Empty.cs
- SessionPageStateSection.cs
- GridViewCellAutomationPeer.cs
- CustomError.cs
- SafeNativeMethods.cs
- AudioLevelUpdatedEventArgs.cs
- MatrixValueSerializer.cs
- __Filters.cs
- DrawingCollection.cs
- ProfilePropertyNameValidator.cs
- TextEvent.cs
- QilBinary.cs
- AttachInfo.cs
- AsyncOperation.cs
- ObjectSecurity.cs
- MdiWindowListStrip.cs
- ClonableStack.cs
- ObjectListFieldsPage.cs
- ProtectedProviderSettings.cs
- DataListItemEventArgs.cs
- HMAC.cs
- XPathNodeInfoAtom.cs
- XslTransform.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- ColorTransformHelper.cs
- CallbackHandler.cs
- XslAst.cs
- WebEventTraceProvider.cs
- Mapping.cs
- ActivityBuilderHelper.cs
- HtmlInputCheckBox.cs
- GridView.cs
- AmbiguousMatchException.cs
- SafeArchiveContext.cs
- DefaultTypeArgumentAttribute.cs
- GridViewColumnHeaderAutomationPeer.cs
- ErrorHandler.cs
- Claim.cs
- RoleGroupCollection.cs
- UrlMappingsModule.cs