Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / clr / src / BCL / System / Threading / ThreadStartException.cs / 1 / ThreadStartException.cs
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
namespace System.Threading
{
using System;
using System.Runtime.Serialization;
using System.Runtime.InteropServices;
[Serializable()]
public sealed class ThreadStartException : SystemException
{
private ThreadStartException()
: base(Environment.GetResourceString("Arg_ThreadStartException"))
{
SetErrorCode(__HResults.COR_E_THREADSTART);
}
private ThreadStartException(Exception reason)
: base(Environment.GetResourceString("Arg_ThreadStartException"), reason)
{
SetErrorCode(__HResults.COR_E_THREADSTART);
}
//required for serialization
internal ThreadStartException(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.
//
// ==--==
namespace System.Threading
{
using System;
using System.Runtime.Serialization;
using System.Runtime.InteropServices;
[Serializable()]
public sealed class ThreadStartException : SystemException
{
private ThreadStartException()
: base(Environment.GetResourceString("Arg_ThreadStartException"))
{
SetErrorCode(__HResults.COR_E_THREADSTART);
}
private ThreadStartException(Exception reason)
: base(Environment.GetResourceString("Arg_ThreadStartException"), reason)
{
SetErrorCode(__HResults.COR_E_THREADSTART);
}
//required for serialization
internal ThreadStartException(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
- AssemblyName.cs
- EntitySqlQueryBuilder.cs
- IssuedTokenServiceElement.cs
- VSDExceptions.cs
- Section.cs
- Comparer.cs
- AsyncCodeActivityContext.cs
- QueryOperationResponseOfT.cs
- ListViewCommandEventArgs.cs
- SessionStateModule.cs
- NameTable.cs
- XmlCodeExporter.cs
- DropShadowEffect.cs
- DataListComponentEditor.cs
- SqlServices.cs
- SecurityState.cs
- XamlHttpHandlerFactory.cs
- M3DUtil.cs
- LoadedOrUnloadedOperation.cs
- ImageClickEventArgs.cs
- InvalidCommandTreeException.cs
- PerformanceCounterManager.cs
- HyperLink.cs
- ParentQuery.cs
- WebPartDisplayModeCancelEventArgs.cs
- BrowserDefinitionCollection.cs
- XmlEnumAttribute.cs
- ExpressionParser.cs
- DirectionalLight.cs
- CharacterString.cs
- RadioButtonAutomationPeer.cs
- SystemTcpStatistics.cs
- TreeChangeInfo.cs
- DependentList.cs
- MasterPage.cs
- MenuScrollingVisibilityConverter.cs
- SiteMapDataSource.cs
- AppDomainManager.cs
- HostExecutionContextManager.cs
- X509KeyIdentifierClauseType.cs
- ConfigurationPermission.cs
- XmlNodeChangedEventManager.cs
- X509Utils.cs
- InlineUIContainer.cs
- Tablet.cs
- XmlText.cs
- UIInitializationException.cs
- SafeFindHandle.cs
- TypeListConverter.cs
- WindowsScroll.cs
- CapabilitiesPattern.cs
- FileDetails.cs
- MultiBindingExpression.cs
- VariantWrapper.cs
- BounceEase.cs
- pingexception.cs
- BaseAppDomainProtocolHandler.cs
- EventMemberCodeDomSerializer.cs
- safemediahandle.cs
- WeakRefEnumerator.cs
- DataSysAttribute.cs
- FontFamily.cs
- FontDifferentiator.cs
- ViewRendering.cs
- LocalizabilityAttribute.cs
- PropertyIdentifier.cs
- QueryActivatableWorkflowsCommand.cs
- UnsafeNativeMethods.cs
- FragmentQuery.cs
- Brushes.cs
- PowerModeChangedEventArgs.cs
- WindowsIPAddress.cs
- AppDomainProtocolHandler.cs
- InvokeGenerator.cs
- Paragraph.cs
- _BaseOverlappedAsyncResult.cs
- glyphs.cs
- Polygon.cs
- ConfigurationConverterBase.cs
- ColorMatrix.cs
- XmlSchemaChoice.cs
- CodePropertyReferenceExpression.cs
- CodeTryCatchFinallyStatement.cs
- ConstantExpression.cs
- FixedTextView.cs
- FieldNameLookup.cs
- Icon.cs
- Exception.cs
- StylusPoint.cs
- TextTrailingWordEllipsis.cs
- UrlAuthFailedErrorFormatter.cs
- MenuItemBindingCollection.cs
- TableChangeProcessor.cs
- VisualStateGroup.cs
- DynamicDataRoute.cs
- WebCategoryAttribute.cs
- CommandConverter.cs
- XmlTextAttribute.cs
- NativeMethods.cs
- ArgumentNullException.cs