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
- ChangeDirector.cs
- ListViewSortEventArgs.cs
- BackgroundWorker.cs
- VirtualPathProvider.cs
- latinshape.cs
- TdsValueSetter.cs
- XmlSiteMapProvider.cs
- ListenerConnectionDemuxer.cs
- ButtonBase.cs
- WebScriptEnablingBehavior.cs
- MetadataSection.cs
- GeneralTransform.cs
- PointLight.cs
- InkPresenter.cs
- SerializationFieldInfo.cs
- ConfigViewGenerator.cs
- CurrencyManager.cs
- ParameterElement.cs
- xmlsaver.cs
- SqlProviderServices.cs
- TagElement.cs
- System.Data_BID.cs
- AssemblyBuilder.cs
- HwndAppCommandInputProvider.cs
- DateTimeParse.cs
- TransformConverter.cs
- FileFormatException.cs
- ShapingWorkspace.cs
- WindowsTooltip.cs
- ButtonChrome.cs
- InternalConfigHost.cs
- UInt16.cs
- OrderPreservingPipeliningMergeHelper.cs
- RecommendedAsConfigurableAttribute.cs
- handlecollector.cs
- TextProperties.cs
- LayoutTable.cs
- BreakRecordTable.cs
- CacheForPrimitiveTypes.cs
- ComplexPropertyEntry.cs
- XPathItem.cs
- SqlUDTStorage.cs
- selecteditemcollection.cs
- ChangeBlockUndoRecord.cs
- WebPartConnectVerb.cs
- XmlDictionaryString.cs
- BuilderInfo.cs
- DataViewSettingCollection.cs
- ComponentChangingEvent.cs
- HashHelper.cs
- ProviderSettingsCollection.cs
- DrawingContext.cs
- ModuleElement.cs
- SeekableReadStream.cs
- TreeNodeBindingDepthConverter.cs
- ProcessProtocolHandler.cs
- ArgIterator.cs
- RegexCompiler.cs
- CompoundFileStorageReference.cs
- HttpRequestCacheValidator.cs
- SchemaNamespaceManager.cs
- Positioning.cs
- GridItemProviderWrapper.cs
- GrammarBuilderPhrase.cs
- PrtTicket_Editor.cs
- HttpPostedFileBase.cs
- DiscoveryMessageProperty.cs
- BooleanExpr.cs
- DefaultObjectMappingItemCollection.cs
- UniqueEventHelper.cs
- ImageDrawing.cs
- DomainLiteralReader.cs
- WebBrowserBase.cs
- HttpException.cs
- ServiceDescriptionReflector.cs
- BaseDataListDesigner.cs
- StringBuilder.cs
- ObjectNotFoundException.cs
- NetTcpSectionData.cs
- ProfileService.cs
- FrameworkTextComposition.cs
- Converter.cs
- WebDisplayNameAttribute.cs
- ExpandCollapseProviderWrapper.cs
- Interlocked.cs
- InputScope.cs
- StateChangeEvent.cs
- EdmSchemaError.cs
- SimplePropertyEntry.cs
- ComplusEndpointConfigContainer.cs
- MailSettingsSection.cs
- InfoCardArgumentException.cs
- ImmutableCommunicationTimeouts.cs
- TableLayoutPanel.cs
- GuidTagList.cs
- ViewValidator.cs
- COAUTHIDENTITY.cs
- BStrWrapper.cs
- PolicyStatement.cs
- PatternMatcher.cs