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
- IssuedTokenParametersElement.cs
- CapabilitiesSection.cs
- OperandQuery.cs
- SQLInt64.cs
- SelectManyQueryOperator.cs
- ImageListUtils.cs
- DbMetaDataCollectionNames.cs
- WinFormsSecurity.cs
- ForEachAction.cs
- RoutedEventConverter.cs
- Visual3D.cs
- __TransparentProxy.cs
- ScaleTransform.cs
- HandleRef.cs
- ManagedCodeMarkers.cs
- HttpApplication.cs
- StateChangeEvent.cs
- Scanner.cs
- LogReservationCollection.cs
- ItemList.cs
- KeyedPriorityQueue.cs
- OrderPreservingSpoolingTask.cs
- __Filters.cs
- BinaryMethodMessage.cs
- QualificationDataItem.cs
- typedescriptorpermissionattribute.cs
- VectorAnimationBase.cs
- glyphs.cs
- TemplatePartAttribute.cs
- PriorityItem.cs
- WindowsFormsHostAutomationPeer.cs
- sqlinternaltransaction.cs
- DetailsViewDeletedEventArgs.cs
- PtsHost.cs
- PageAsyncTaskManager.cs
- AmbientLight.cs
- DataGridRowDetailsEventArgs.cs
- X509ImageLogo.cs
- AppSettingsSection.cs
- UnorderedHashRepartitionStream.cs
- RotateTransform.cs
- PrtCap_Builder.cs
- MailHeaderInfo.cs
- XmlnsDictionary.cs
- BaseTemplateCodeDomTreeGenerator.cs
- InvalidCastException.cs
- Compiler.cs
- HwndSubclass.cs
- clipboard.cs
- XamlSerializer.cs
- ListViewCommandEventArgs.cs
- StatusBarAutomationPeer.cs
- InternalTypeHelper.cs
- SiteMapNodeItem.cs
- ShapingWorkspace.cs
- AttributeUsageAttribute.cs
- ResourceLoader.cs
- EntityWithKeyStrategy.cs
- ListViewTableCell.cs
- WebConfigurationHost.cs
- WebPartsSection.cs
- DataGridViewCellStyle.cs
- MessageEventSubscriptionService.cs
- HtmlEncodedRawTextWriter.cs
- CheckBoxField.cs
- Accessors.cs
- XmlSerializationReader.cs
- DragDropManager.cs
- MatrixTransform.cs
- UserInitiatedNavigationPermission.cs
- RoleService.cs
- TypedElement.cs
- HttpListenerRequest.cs
- DesignerHost.cs
- Calendar.cs
- CopyOnWriteList.cs
- IgnoreSectionHandler.cs
- URLAttribute.cs
- XslVisitor.cs
- BamlLocalizabilityResolver.cs
- ConfigXmlAttribute.cs
- OptimalBreakSession.cs
- ReadOnlyDataSourceView.cs
- Util.cs
- PolicyImporterElement.cs
- UrlPropertyAttribute.cs
- InvalidAsynchronousStateException.cs
- userdatakeys.cs
- SqlBulkCopy.cs
- Monitor.cs
- XmlToDatasetMap.cs
- Schema.cs
- EventLogPermissionAttribute.cs
- DeviceSpecificChoiceCollection.cs
- CookielessHelper.cs
- ObjectParameterCollection.cs
- OutputCacheSettings.cs
- GlobalizationSection.cs
- JavaScriptSerializer.cs
- CopyOnWriteList.cs