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
- DbModificationClause.cs
- FilterableData.cs
- SoapFault.cs
- XmlSchemaSubstitutionGroup.cs
- InvalidEnumArgumentException.cs
- WebException.cs
- CapabilitiesState.cs
- BitmapEffectGroup.cs
- Version.cs
- HiddenField.cs
- TypedTableBase.cs
- MulticastNotSupportedException.cs
- DrawingContextDrawingContextWalker.cs
- arabicshape.cs
- XmlSerializerSection.cs
- RtfToXamlLexer.cs
- documentation.cs
- StreamInfo.cs
- TextCompositionEventArgs.cs
- TextServicesCompartmentContext.cs
- OpacityConverter.cs
- PaintEvent.cs
- GenericRootAutomationPeer.cs
- ReadWriteObjectLock.cs
- OracleBoolean.cs
- AutomationProperties.cs
- NotificationContext.cs
- WindowsIdentity.cs
- QilVisitor.cs
- RequestCacheValidator.cs
- EmptyEnumerator.cs
- TimelineCollection.cs
- WindowsGrip.cs
- ReferencedCollectionType.cs
- ExtendedTransformFactory.cs
- COM2PropertyDescriptor.cs
- TargetInvocationException.cs
- ReflectionUtil.cs
- TextBoxDesigner.cs
- PropertyChangedEventManager.cs
- Composition.cs
- CompilationLock.cs
- WebPartConnectionsCloseVerb.cs
- Shape.cs
- BitmapMetadataBlob.cs
- UInt64Storage.cs
- DateTimeConverter.cs
- DelegatingConfigHost.cs
- FontSourceCollection.cs
- WebPartMenuStyle.cs
- SystemTcpStatistics.cs
- SmtpMail.cs
- CachedResourceDictionaryExtension.cs
- SchemaCollectionPreprocessor.cs
- X509UI.cs
- EventLogPermissionAttribute.cs
- Sequence.cs
- QilBinary.cs
- DocumentViewer.cs
- BitmapImage.cs
- followingsibling.cs
- DataTemplate.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- TailCallAnalyzer.cs
- RtfNavigator.cs
- QilReplaceVisitor.cs
- Propagator.ExtentPlaceholderCreator.cs
- cookiecontainer.cs
- HandlerMappingMemo.cs
- MyContact.cs
- ConstrainedDataObject.cs
- ResourceExpression.cs
- DispatcherSynchronizationContext.cs
- WorkItem.cs
- SettingsAttributeDictionary.cs
- DataBinding.cs
- ISAPIRuntime.cs
- DataTemplateSelector.cs
- SqlWebEventProvider.cs
- CheckPair.cs
- Encoding.cs
- Light.cs
- WebRequest.cs
- EntityEntry.cs
- PersonalizationProviderCollection.cs
- EventWaitHandle.cs
- GridView.cs
- WindowsAltTab.cs
- SoapEnumAttribute.cs
- ProfileInfo.cs
- GridViewCommandEventArgs.cs
- DbConnectionInternal.cs
- ReferenceSchema.cs
- BaseComponentEditor.cs
- StringStorage.cs
- SizeChangedEventArgs.cs
- CalendarAutomationPeer.cs
- ModelPropertyCollectionImpl.cs
- FixUpCollection.cs
- DataGridPageChangedEventArgs.cs