Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- BasePattern.cs
- DrawListViewSubItemEventArgs.cs
- PagesSection.cs
- WindowsPrincipal.cs
- XslVisitor.cs
- AppearanceEditorPart.cs
- XmlSchemaObjectTable.cs
- DataFieldConverter.cs
- SourceLineInfo.cs
- ColorKeyFrameCollection.cs
- Compress.cs
- InternalDispatchObject.cs
- XmlCodeExporter.cs
- Rect3DConverter.cs
- PointF.cs
- UserControlParser.cs
- KnownBoxes.cs
- ProxyWebPartConnectionCollection.cs
- Drawing.cs
- Evidence.cs
- ObfuscationAttribute.cs
- DeferredElementTreeState.cs
- SelectionHighlightInfo.cs
- DiscoveryClient.cs
- InternalConfigConfigurationFactory.cs
- TemplateParser.cs
- AspProxy.cs
- ReadOnlyPermissionSet.cs
- CodeGenerator.cs
- HierarchicalDataBoundControl.cs
- BookmarkEventArgs.cs
- CodeVariableDeclarationStatement.cs
- SByteStorage.cs
- DateTimeUtil.cs
- EdmProperty.cs
- SystemNetworkInterface.cs
- Transform3D.cs
- MouseGestureValueSerializer.cs
- ViewGenResults.cs
- ApplyTemplatesAction.cs
- StateManagedCollection.cs
- Vector3D.cs
- VerificationException.cs
- TraceContextRecord.cs
- ScaleTransform.cs
- BindingBase.cs
- KeyTime.cs
- TextBoxBase.cs
- UIElement3D.cs
- SerTrace.cs
- CreatingCookieEventArgs.cs
- DecimalFormatter.cs
- SingleAnimationUsingKeyFrames.cs
- KeyboardDevice.cs
- GC.cs
- GridViewRowCollection.cs
- FrameDimension.cs
- KeyConverter.cs
- XmlTextEncoder.cs
- DataRowCollection.cs
- InputScopeConverter.cs
- TextTreeTextNode.cs
- DefaultIfEmptyQueryOperator.cs
- ColorPalette.cs
- ClaimTypeRequirement.cs
- PasswordPropertyTextAttribute.cs
- RangeValuePattern.cs
- RegisteredDisposeScript.cs
- objectresult_tresulttype.cs
- QilScopedVisitor.cs
- DataServiceQuery.cs
- DummyDataSource.cs
- DataSourceSelectArguments.cs
- WebPartUserCapability.cs
- BrowserDefinitionCollection.cs
- FaultException.cs
- WarningException.cs
- ThreadStartException.cs
- Command.cs
- EnvelopedPkcs7.cs
- XmlNamespaceManager.cs
- BitmapEffect.cs
- _ScatterGatherBuffers.cs
- WebControlParameterProxy.cs
- InvalidCastException.cs
- TextMessageEncodingElement.cs
- ResXResourceReader.cs
- COM2PictureConverter.cs
- XmlSchemaSimpleContentExtension.cs
- ObjectManager.cs
- LineUtil.cs
- RolePrincipal.cs
- RectConverter.cs
- EventTrigger.cs
- AuthenticationManager.cs
- SystemIPInterfaceStatistics.cs
- OleDbFactory.cs
- NTAccount.cs
- EnumValAlphaComparer.cs
- ControlBuilder.cs