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
- WebReference.cs
- AudioException.cs
- ExceptionHandlersDesigner.cs
- ProfileParameter.cs
- TimestampInformation.cs
- CompModHelpers.cs
- XPathParser.cs
- XmlSchemaSet.cs
- TemplateXamlTreeBuilder.cs
- CqlQuery.cs
- CommandLibraryHelper.cs
- CodeComment.cs
- CodeDirectoryCompiler.cs
- BaseServiceProvider.cs
- SoapMessage.cs
- BaseCodeDomTreeGenerator.cs
- UniqueConstraint.cs
- DataGridViewComboBoxCell.cs
- TextEditorTyping.cs
- FixedSOMPage.cs
- FileDataSourceCache.cs
- CriticalHandle.cs
- AlignmentXValidation.cs
- MaskDesignerDialog.cs
- ContentHostHelper.cs
- FixedDocumentPaginator.cs
- BrowserDefinition.cs
- SqlRetyper.cs
- WindowsEditBox.cs
- DataServiceQueryOfT.cs
- COMException.cs
- SocketAddress.cs
- XhtmlTextWriter.cs
- ScriptManager.cs
- SqlConnection.cs
- SafeEventLogReadHandle.cs
- DataColumnMapping.cs
- PngBitmapDecoder.cs
- QilXmlWriter.cs
- XappLauncher.cs
- ResourceSetExpression.cs
- Content.cs
- RepeaterItemCollection.cs
- DesignerDataView.cs
- XmlWhitespace.cs
- SqlHelper.cs
- RelationshipEnd.cs
- Tuple.cs
- documentsequencetextview.cs
- Int32KeyFrameCollection.cs
- ToolstripProfessionalRenderer.cs
- ItemCollection.cs
- JsonFormatWriterGenerator.cs
- CapabilitiesUse.cs
- DesignerHelpers.cs
- AsyncStreamReader.cs
- Application.cs
- DbQueryCommandTree.cs
- GiveFeedbackEvent.cs
- Oid.cs
- WorkflowViewElement.cs
- HuffmanTree.cs
- ScriptRegistrationManager.cs
- FastPropertyAccessor.cs
- HTMLTagNameToTypeMapper.cs
- _NetRes.cs
- CompilerError.cs
- _OSSOCK.cs
- HtmlInputRadioButton.cs
- DataMemberFieldEditor.cs
- Task.cs
- SqlDataSource.cs
- ControlAdapter.cs
- WindowsIPAddress.cs
- NamespaceCollection.cs
- DesignerDataSourceView.cs
- RectangleF.cs
- DataGridViewColumnDesigner.cs
- NativeCppClassAttribute.cs
- UserPersonalizationStateInfo.cs
- XPathItem.cs
- XmlUtilWriter.cs
- UpdateCompiler.cs
- XhtmlBasicControlAdapter.cs
- unsafenativemethodsother.cs
- RSACryptoServiceProvider.cs
- NamespaceInfo.cs
- ProxyManager.cs
- SiteMapNodeItem.cs
- activationcontext.cs
- AliasedExpr.cs
- IntegerValidator.cs
- IndexerNameAttribute.cs
- CngProperty.cs
- ScriptIgnoreAttribute.cs
- LabelAutomationPeer.cs
- AppDomainUnloadedException.cs
- SerialErrors.cs
- InvokeMemberBinder.cs
- CreateSequence.cs