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
- PrincipalPermissionMode.cs
- LocatorPart.cs
- StaticResourceExtension.cs
- HScrollBar.cs
- OperationPerformanceCounters.cs
- DnsElement.cs
- DataGridViewCellMouseEventArgs.cs
- ControlHelper.cs
- DataGridViewSelectedRowCollection.cs
- SoapTypeAttribute.cs
- PreservationFileWriter.cs
- ModelTypeConverter.cs
- TogglePattern.cs
- CompilerScope.cs
- WSDualHttpBindingElement.cs
- PropertyRef.cs
- InvalidDataException.cs
- CmsInterop.cs
- WCFServiceClientProxyGenerator.cs
- DbProviderFactory.cs
- User.cs
- TraceContextEventArgs.cs
- StreamGeometry.cs
- ComponentConverter.cs
- TabControlEvent.cs
- WrappedIUnknown.cs
- Transform3D.cs
- ApplicationSettingsBase.cs
- SignedPkcs7.cs
- TemplatedAdorner.cs
- Lookup.cs
- Latin1Encoding.cs
- XsdDateTime.cs
- AQNBuilder.cs
- TabItemWrapperAutomationPeer.cs
- Message.cs
- PeerNameRecord.cs
- List.cs
- httpserverutility.cs
- TypeConverterHelper.cs
- ApplicationSecurityManager.cs
- FixedSOMSemanticBox.cs
- RawStylusInput.cs
- ProcessMessagesAsyncResult.cs
- PolicyStatement.cs
- StructuralCache.cs
- TextEditorTables.cs
- MetaTableHelper.cs
- PropertyPushdownHelper.cs
- ExpandButtonVisibilityConverter.cs
- SspiHelper.cs
- IncrementalCompileAnalyzer.cs
- EditingScope.cs
- ReverseInheritProperty.cs
- GPPOINTF.cs
- RadioButtonAutomationPeer.cs
- TextParagraph.cs
- Help.cs
- Pen.cs
- GB18030Encoding.cs
- loginstatus.cs
- List.cs
- WorkflowFormatterBehavior.cs
- DesignerTransaction.cs
- ProgramPublisher.cs
- AssertFilter.cs
- Object.cs
- PackageStore.cs
- SmiGettersStream.cs
- OracleCommand.cs
- RSAOAEPKeyExchangeDeformatter.cs
- TypeNameParser.cs
- XmlSchemaSimpleTypeUnion.cs
- FormViewPagerRow.cs
- EntitySetDataBindingList.cs
- Sql8ExpressionRewriter.cs
- LassoSelectionBehavior.cs
- ResourcesBuildProvider.cs
- UnsafeNativeMethods.cs
- EmptyStringExpandableObjectConverter.cs
- HuffModule.cs
- ResourceExpressionBuilder.cs
- FlagsAttribute.cs
- ColorConvertedBitmap.cs
- GeneralTransform3D.cs
- StorageModelBuildProvider.cs
- ValidationResult.cs
- ComplexPropertyEntry.cs
- TraceSection.cs
- ServerType.cs
- X509UI.cs
- RtType.cs
- PrintPageEvent.cs
- GPRECTF.cs
- BitConverter.cs
- LifetimeServices.cs
- Unit.cs
- BackgroundWorker.cs
- PackageDigitalSignatureManager.cs
- UIEndRequest.cs