Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / StackOverflowException.cs / 1305376 / 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
- FloaterBaseParagraph.cs
- BamlVersionHeader.cs
- ScriptControl.cs
- DynamicRouteExpression.cs
- InstanceNormalEvent.cs
- ListControlConvertEventArgs.cs
- StylusOverProperty.cs
- XmlObjectSerializerReadContext.cs
- WrappedIUnknown.cs
- EmptyControlCollection.cs
- Variable.cs
- CallbackCorrelationInitializer.cs
- ViewCellSlot.cs
- FieldMetadata.cs
- LinkUtilities.cs
- ProfileModule.cs
- SchemaCollectionPreprocessor.cs
- WorkflowInstanceQuery.cs
- URLIdentityPermission.cs
- ByteAnimationBase.cs
- AlternationConverter.cs
- SelectionProcessor.cs
- TextServicesCompartmentContext.cs
- PointConverter.cs
- IndexingContentUnit.cs
- RangeValueProviderWrapper.cs
- RegexWorker.cs
- FormViewDeleteEventArgs.cs
- ConnectionStringSettingsCollection.cs
- UpdatePanel.cs
- DBSqlParserTable.cs
- DataSourceCache.cs
- DynamicPropertyReader.cs
- OrderByQueryOptionExpression.cs
- EnumType.cs
- GlyphingCache.cs
- EmbeddedObject.cs
- Imaging.cs
- SizeAnimation.cs
- PageAsyncTaskManager.cs
- ConnectionManagementSection.cs
- RegexReplacement.cs
- XmlUTF8TextWriter.cs
- CellConstant.cs
- SqlMethodTransformer.cs
- Style.cs
- RequestTimeoutManager.cs
- SchemaImporterExtensionElement.cs
- PersonalizationStateInfoCollection.cs
- IsolationInterop.cs
- ContainerFilterService.cs
- EncryptedData.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- AutomationPropertyChangedEventArgs.cs
- WebControl.cs
- ButtonBaseAdapter.cs
- InvokePattern.cs
- StateRuntime.cs
- ThreadExceptionEvent.cs
- DBCSCodePageEncoding.cs
- ContentElementAutomationPeer.cs
- RemoteWebConfigurationHostServer.cs
- Certificate.cs
- HashAlgorithm.cs
- BindingBase.cs
- PassportAuthenticationModule.cs
- RootBrowserWindow.cs
- TextDpi.cs
- BitmapSourceSafeMILHandle.cs
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- TransformedBitmap.cs
- XPathNodeInfoAtom.cs
- LostFocusEventManager.cs
- SettingsSavedEventArgs.cs
- Expander.cs
- UIElementPropertyUndoUnit.cs
- XmlRawWriterWrapper.cs
- IgnoreSectionHandler.cs
- EntityStoreSchemaFilterEntry.cs
- TraceHandlerErrorFormatter.cs
- OrderToken.cs
- HttpListenerResponse.cs
- OleDbStruct.cs
- ButtonBaseDesigner.cs
- SimpleRecyclingCache.cs
- GroupByQueryOperator.cs
- DesignerForm.cs
- SystemWebCachingSectionGroup.cs
- ProxyHelper.cs
- Message.cs
- BaseResourcesBuildProvider.cs
- XmlAttributeProperties.cs
- HtmlDocument.cs
- SqlDependencyUtils.cs
- ConstraintStruct.cs
- FixUpCollection.cs
- CodeDomLocalizationProvider.cs
- InheritanceRules.cs
- ListViewDeletedEventArgs.cs
- ValueUtilsSmi.cs