Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Threading / ThreadStartException.cs / 1305376 / 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
- RoutingConfiguration.cs
- CreateSequenceResponse.cs
- HelpPage.cs
- Calendar.cs
- ComNativeDescriptor.cs
- TaskSchedulerException.cs
- DispatchWrapper.cs
- TypeDependencyAttribute.cs
- ToolStripContentPanelRenderEventArgs.cs
- TypeUsage.cs
- Vector3DCollectionConverter.cs
- SqlUtils.cs
- SystemThemeKey.cs
- SourceFileBuildProvider.cs
- HttpListenerContext.cs
- StatusBarItemAutomationPeer.cs
- DateTimeValueSerializer.cs
- MemoryRecordBuffer.cs
- PixelFormat.cs
- DrawListViewColumnHeaderEventArgs.cs
- SQLBytesStorage.cs
- ToolstripProfessionalRenderer.cs
- ToolZoneDesigner.cs
- LinkUtilities.cs
- RayMeshGeometry3DHitTestResult.cs
- XmlSchemaExporter.cs
- HtmlInputFile.cs
- CmsInterop.cs
- PrintDialog.cs
- PassportAuthenticationModule.cs
- HttpFileCollection.cs
- BaseInfoTable.cs
- TableRowCollection.cs
- FontWeights.cs
- SqlInternalConnection.cs
- ToolStripComboBox.cs
- MarkupProperty.cs
- StringReader.cs
- ScriptIgnoreAttribute.cs
- WebPartsSection.cs
- serverconfig.cs
- WebException.cs
- SeparatorAutomationPeer.cs
- WriteTimeStream.cs
- RequestCache.cs
- GridView.cs
- NameTable.cs
- LoginAutoFormat.cs
- DotExpr.cs
- ExtractedStateEntry.cs
- ArgumentOutOfRangeException.cs
- SqlNotificationRequest.cs
- Delay.cs
- PlanCompilerUtil.cs
- BitmapEffectInput.cs
- DockPanel.cs
- ButtonStandardAdapter.cs
- TextTrailingWordEllipsis.cs
- Section.cs
- ModulesEntry.cs
- ClientFormsAuthenticationMembershipProvider.cs
- ImageList.cs
- TableRowCollection.cs
- SessionStateSection.cs
- RIPEMD160.cs
- DrawListViewSubItemEventArgs.cs
- DataQuery.cs
- DockPatternIdentifiers.cs
- Codec.cs
- BatchParser.cs
- MatchSingleFxEngineOpcode.cs
- DataView.cs
- Zone.cs
- EntityDataSourceMemberPath.cs
- HtmlEmptyTagControlBuilder.cs
- ActivationArguments.cs
- AnnotationComponentManager.cs
- FilterException.cs
- SiteIdentityPermission.cs
- WindowClosedEventArgs.cs
- WindowsClaimSet.cs
- SQLSingle.cs
- DataGridViewCellValidatingEventArgs.cs
- WindowsListBox.cs
- Win32.cs
- CompilationPass2Task.cs
- IProvider.cs
- PersonalizationStateInfoCollection.cs
- DescendantOverDescendantQuery.cs
- ToolStrip.cs
- PenLineCapValidation.cs
- Win32Native.cs
- AbandonedMutexException.cs
- XmlUtilWriter.cs
- BuildManagerHost.cs
- TemplateBaseAction.cs
- EventMappingSettings.cs
- SafeNativeMethodsCLR.cs
- SystemColors.cs
- VersionedStream.cs