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
- Trace.cs
- ConnectionPoolManager.cs
- Cursors.cs
- exports.cs
- XmlQuerySequence.cs
- HierarchicalDataBoundControl.cs
- Rotation3DAnimationUsingKeyFrames.cs
- GPRECTF.cs
- TextCollapsingProperties.cs
- DispatcherHookEventArgs.cs
- DateTime.cs
- ProcessHost.cs
- DecimalKeyFrameCollection.cs
- InfoCardTrace.cs
- DESCryptoServiceProvider.cs
- Grant.cs
- GlobalizationAssembly.cs
- TimeStampChecker.cs
- CommandManager.cs
- WizardStepCollectionEditor.cs
- QuadraticBezierSegment.cs
- GreaterThanOrEqual.cs
- WebBrowserBase.cs
- NextPreviousPagerField.cs
- FrameworkContentElementAutomationPeer.cs
- DbConnectionPoolCounters.cs
- TemplatePagerField.cs
- _TimerThread.cs
- Partitioner.cs
- MenuAdapter.cs
- ToolStripDropDownMenu.cs
- TextCompositionManager.cs
- FrameworkElementFactoryMarkupObject.cs
- _LoggingObject.cs
- RepeatBehavior.cs
- SID.cs
- MetabaseSettingsIis7.cs
- EditorBrowsableAttribute.cs
- MustUnderstandSoapException.cs
- RegistrySecurity.cs
- TableAutomationPeer.cs
- TransactionTraceIdentifier.cs
- ProcessModelSection.cs
- PropertyEmitterBase.cs
- FillBehavior.cs
- HelpKeywordAttribute.cs
- Matrix3DStack.cs
- FixedSOMLineCollection.cs
- CustomErrorCollection.cs
- DefinitionUpdate.cs
- ExpiredSecurityTokenException.cs
- WorkflowDesigner.cs
- TimelineCollection.cs
- NameValueSectionHandler.cs
- ValueProviderWrapper.cs
- SelectionChangedEventArgs.cs
- GorillaCodec.cs
- ActivityScheduledQuery.cs
- localization.cs
- SiteMapNodeCollection.cs
- TypeGeneratedEventArgs.cs
- XmlSequenceWriter.cs
- BamlLocalizabilityResolver.cs
- HostingEnvironmentException.cs
- TextParagraphProperties.cs
- HostProtectionException.cs
- RuntimeResourceSet.cs
- safemediahandle.cs
- CachedTypeface.cs
- tooltip.cs
- ProtocolImporter.cs
- DependencyObject.cs
- WebPartZoneBaseDesigner.cs
- ListViewSelectEventArgs.cs
- TreeViewBindingsEditor.cs
- GroupedContextMenuStrip.cs
- FormattedTextSymbols.cs
- CustomValidator.cs
- ProtocolInformationReader.cs
- SequentialWorkflowHeaderFooter.cs
- OptionUsage.cs
- DataGridViewMethods.cs
- COM2Enum.cs
- validationstate.cs
- X509Chain.cs
- LinearGradientBrush.cs
- Control.cs
- XmlNodeReader.cs
- OracleConnectionString.cs
- XPathCompileException.cs
- QueryCursorEventArgs.cs
- FormViewUpdateEventArgs.cs
- InheritanceAttribute.cs
- DbXmlEnabledProviderManifest.cs
- GlyphCache.cs
- MethodImplAttribute.cs
- ParserContext.cs
- WebPartManager.cs
- FilterEventArgs.cs
- PrimitiveCodeDomSerializer.cs