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
- _Rfc2616CacheValidators.cs
- CollectionDataContract.cs
- Directory.cs
- IsolatedStorageFilePermission.cs
- storepermission.cs
- WizardStepBase.cs
- DuplicateContext.cs
- UnauthorizedWebPart.cs
- SimpleBitVector32.cs
- RTLAwareMessageBox.cs
- SimpleBitVector32.cs
- ConnectionPointCookie.cs
- SmiEventStream.cs
- Script.cs
- DataGridViewIntLinkedList.cs
- Span.cs
- XPathAncestorQuery.cs
- ErrorRuntimeConfig.cs
- Message.cs
- SimpleBitVector32.cs
- Quaternion.cs
- RepeaterItemEventArgs.cs
- DecoderReplacementFallback.cs
- TextRenderer.cs
- TableLayoutRowStyleCollection.cs
- ComponentEditorPage.cs
- ToolStripManager.cs
- JsonCollectionDataContract.cs
- SimpleHandlerBuildProvider.cs
- PermissionListSet.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- TableAdapterManagerMethodGenerator.cs
- ManagedFilter.cs
- ViewSimplifier.cs
- XmlValidatingReader.cs
- ContentFileHelper.cs
- SimpleFieldTemplateUserControl.cs
- HierarchicalDataSourceControl.cs
- ProxyWebPartConnectionCollection.cs
- XmlName.cs
- DashStyles.cs
- WebPartPersonalization.cs
- HiddenField.cs
- Comparer.cs
- CodeRemoveEventStatement.cs
- ObjectItemCachedAssemblyLoader.cs
- CancelRequestedRecord.cs
- UnknownWrapper.cs
- PointAnimationUsingKeyFrames.cs
- HttpCapabilitiesBase.cs
- MappingModelBuildProvider.cs
- ParameterCollectionEditor.cs
- Encoding.cs
- TraceContextEventArgs.cs
- EmptyEnumerable.cs
- OleDbParameterCollection.cs
- XmlSchemaCompilationSettings.cs
- UnsafeNativeMethods.cs
- IArgumentProvider.cs
- Region.cs
- VerificationAttribute.cs
- ConfigurationStrings.cs
- StaticSiteMapProvider.cs
- DelegatingChannelListener.cs
- XmlAttributeCollection.cs
- ImportDesigner.xaml.cs
- TitleStyle.cs
- CreateUserErrorEventArgs.cs
- ActivityPreviewDesigner.cs
- ForeignConstraint.cs
- DataSourceGroupCollection.cs
- TransactionException.cs
- EventDescriptorCollection.cs
- FillRuleValidation.cs
- HuffmanTree.cs
- ProcessingInstructionAction.cs
- CommandHelper.cs
- HostedHttpRequestAsyncResult.cs
- EmptyReadOnlyDictionaryInternal.cs
- OpenTypeCommon.cs
- ServiceOperation.cs
- RootContext.cs
- CommandBindingCollection.cs
- UnsafeNativeMethods.cs
- DynamicObjectAccessor.cs
- TemplateColumn.cs
- DefaultProfileManager.cs
- PerfCounters.cs
- SmtpSection.cs
- MexNamedPipeBindingElement.cs
- DataGridRowClipboardEventArgs.cs
- StringWriter.cs
- CodeAttributeArgumentCollection.cs
- TiffBitmapEncoder.cs
- DataListDesigner.cs
- DependencyPropertyChangedEventArgs.cs
- ComboBoxItem.cs
- XsltLibrary.cs
- AssociatedControlConverter.cs
- MsmqProcessProtocolHandler.cs