Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / InsufficientExecutionStackException.cs / 1305376 / InsufficientExecutionStackException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: InsufficientExecutionStackException ** ** ** Purpose: The exception class used when there is insufficient execution stack ** to allow most Framework methods to execute. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Serialization; [Serializable] public sealed class InsufficientExecutionStackException : SystemException { public InsufficientExecutionStackException() : base(Environment.GetResourceString("Arg_InsufficientExecutionStackException")) { SetErrorCode(__HResults.COR_E_INSUFFICIENTEXECUTIONSTACK); } public InsufficientExecutionStackException(String message) : base(message) { SetErrorCode(__HResults.COR_E_INSUFFICIENTEXECUTIONSTACK); } public InsufficientExecutionStackException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_INSUFFICIENTEXECUTIONSTACK); } private InsufficientExecutionStackException(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: InsufficientExecutionStackException ** ** ** Purpose: The exception class used when there is insufficient execution stack ** to allow most Framework methods to execute. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Serialization; [Serializable] public sealed class InsufficientExecutionStackException : SystemException { public InsufficientExecutionStackException() : base(Environment.GetResourceString("Arg_InsufficientExecutionStackException")) { SetErrorCode(__HResults.COR_E_INSUFFICIENTEXECUTIONSTACK); } public InsufficientExecutionStackException(String message) : base(message) { SetErrorCode(__HResults.COR_E_INSUFFICIENTEXECUTIONSTACK); } public InsufficientExecutionStackException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_INSUFFICIENTEXECUTIONSTACK); } private InsufficientExecutionStackException(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
- TimelineGroup.cs
- DirectoryObjectSecurity.cs
- CodePageUtils.cs
- XmlAtomicValue.cs
- OdbcReferenceCollection.cs
- BrowserCapabilitiesCompiler.cs
- InputLanguageProfileNotifySink.cs
- HScrollBar.cs
- LockedAssemblyCache.cs
- TranslateTransform3D.cs
- ActivityTypeCodeDomSerializer.cs
- DescendantBaseQuery.cs
- GroupBox.cs
- MiniParameterInfo.cs
- GeneralTransform3DGroup.cs
- SQLDateTime.cs
- UInt32.cs
- FixedSOMPageConstructor.cs
- DateTimeSerializationSection.cs
- QuerySettings.cs
- ManifestResourceInfo.cs
- AstTree.cs
- HandlerBase.cs
- AccessDataSource.cs
- PropertyGridEditorPart.cs
- MiniMapControl.xaml.cs
- SerializationSectionGroup.cs
- PartitionResolver.cs
- Boolean.cs
- WebDescriptionAttribute.cs
- ColumnResizeUndoUnit.cs
- GlyphCache.cs
- EncoderBestFitFallback.cs
- WebRequestModuleElementCollection.cs
- SHA1Cng.cs
- Reference.cs
- StateDesigner.cs
- Camera.cs
- DataListCommandEventArgs.cs
- EUCJPEncoding.cs
- EntitySqlQueryState.cs
- SmtpNetworkElement.cs
- RectangleConverter.cs
- RawUIStateInputReport.cs
- VSDExceptions.cs
- XmlObjectSerializerWriteContext.cs
- RecoverInstanceLocksCommand.cs
- dbdatarecord.cs
- SchemaImporterExtensionElement.cs
- FormViewPageEventArgs.cs
- ColumnClickEvent.cs
- TraceUtils.cs
- EventsTab.cs
- SelectManyQueryOperator.cs
- OperationContext.cs
- NumericUpDown.cs
- DBConnectionString.cs
- MethodRental.cs
- sqlcontext.cs
- EmptyStringExpandableObjectConverter.cs
- SqlClientWrapperSmiStreamChars.cs
- TileBrush.cs
- FontInfo.cs
- FormViewPageEventArgs.cs
- ProviderSettings.cs
- OverflowException.cs
- Point4DValueSerializer.cs
- _SpnDictionary.cs
- ToolStripItemRenderEventArgs.cs
- ResolveRequestResponseAsyncResult.cs
- Models.cs
- OracleConnectionStringBuilder.cs
- DateTimeFormatInfo.cs
- XmlCDATASection.cs
- TypeConverterHelper.cs
- TreeViewImageKeyConverter.cs
- ApplicationFileCodeDomTreeGenerator.cs
- ProtectedConfigurationSection.cs
- RichTextBox.cs
- RegexFCD.cs
- ListDependantCardsRequest.cs
- OLEDB_Enum.cs
- TransformBlockRequest.cs
- RequiredAttributeAttribute.cs
- KeyNameIdentifierClause.cs
- SafeRightsManagementSessionHandle.cs
- MediaContext.cs
- MachineKeyConverter.cs
- OleAutBinder.cs
- Size3DConverter.cs
- HtmlShim.cs
- AutomationElementCollection.cs
- DocumentPageTextView.cs
- WebPartMenuStyle.cs
- BrowserCapabilitiesCompiler.cs
- Span.cs
- ResXResourceSet.cs
- EmptyControlCollection.cs
- RewritingProcessor.cs
- SpecialNameAttribute.cs