Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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) { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AutomationElement.cs
- DoubleConverter.cs
- DataGridAddNewRow.cs
- DelegateSerializationHolder.cs
- RedBlackList.cs
- TableStyle.cs
- TreeNodeBinding.cs
- SiteOfOriginContainer.cs
- NullToBooleanConverter.cs
- StackBuilderSink.cs
- CommandTreeTypeHelper.cs
- VectorValueSerializer.cs
- EncoderFallback.cs
- DataGridItem.cs
- TerminatorSinks.cs
- ApplicationCommands.cs
- StringConverter.cs
- ErrorWebPart.cs
- ResourceKey.cs
- HGlobalSafeHandle.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- DrawListViewItemEventArgs.cs
- mongolianshape.cs
- RuntimeEnvironment.cs
- ConfigurationSectionGroup.cs
- ToolboxItem.cs
- SafeNativeMethods.cs
- MembershipAdapter.cs
- LineServicesRun.cs
- coordinatorfactory.cs
- TextServicesHost.cs
- DataGridItem.cs
- DataGridViewCheckBoxColumn.cs
- ClientBuildManagerCallback.cs
- SessionKeyExpiredException.cs
- TextRangeSerialization.cs
- RequestQueue.cs
- BaseDataBoundControl.cs
- ExtentJoinTreeNode.cs
- DropDownList.cs
- ZoneMembershipCondition.cs
- XPathException.cs
- TableCellCollection.cs
- BrowserDefinitionCollection.cs
- RestClientProxyHandler.cs
- AngleUtil.cs
- SystemShuttingDownException.cs
- ProtocolsConfigurationHandler.cs
- RowsCopiedEventArgs.cs
- _NativeSSPI.cs
- SoapSchemaExporter.cs
- Button.cs
- sqlnorm.cs
- FamilyMap.cs
- _ConnectionGroup.cs
- OleDbErrorCollection.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- XmlSchemaGroup.cs
- RectAnimationClockResource.cs
- CompilerTypeWithParams.cs
- SerialPinChanges.cs
- ReadWriteSpinLock.cs
- RemotingException.cs
- InvalidPrinterException.cs
- CollaborationHelperFunctions.cs
- KerberosTokenFactoryCredential.cs
- BrowserInteropHelper.cs
- SqlConnectionFactory.cs
- SchemaImporterExtension.cs
- SequenceRangeCollection.cs
- ReflectionServiceProvider.cs
- SplitContainerDesigner.cs
- TextureBrush.cs
- Point4DConverter.cs
- ChangeDirector.cs
- CachedPathData.cs
- ToolBarButton.cs
- AnnotationResourceCollection.cs
- FileController.cs
- DataDocumentXPathNavigator.cs
- __FastResourceComparer.cs
- COM2ICategorizePropertiesHandler.cs
- NavigatingCancelEventArgs.cs
- DrawingContextDrawingContextWalker.cs
- EntityPropertyMappingAttribute.cs
- TextFormatterContext.cs
- EntityConnection.cs
- TreeViewImageIndexConverter.cs
- UniqueEventHelper.cs
- PolicyManager.cs
- SerialPinChanges.cs
- DataBoundControlHelper.cs
- ScaleTransform.cs
- RsaElement.cs
- FontUnit.cs
- Interlocked.cs
- PaginationProgressEventArgs.cs
- TextEditorTables.cs
- DependencyPropertyDescriptor.cs
- DataRowExtensions.cs