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
- XsltOutput.cs
- NavigationCommands.cs
- InternalConfigHost.cs
- CodeLinePragma.cs
- LocationSectionRecord.cs
- DragEventArgs.cs
- ClipboardProcessor.cs
- WebPermission.cs
- CommandBindingCollection.cs
- GacUtil.cs
- TimelineGroup.cs
- ServiceModelActivity.cs
- DirtyTextRange.cs
- MimeTypePropertyAttribute.cs
- MetaTable.cs
- ThousandthOfEmRealDoubles.cs
- X509ClientCertificateAuthentication.cs
- BamlBinaryReader.cs
- Win32.cs
- DefaultShape.cs
- ProcessHostConfigUtils.cs
- Cell.cs
- TableAdapterManagerHelper.cs
- XmlILAnnotation.cs
- EntityDataSourceValidationException.cs
- WebBrowser.cs
- ListViewSortEventArgs.cs
- PolicyUnit.cs
- StylusButton.cs
- LZCodec.cs
- ServicePointManagerElement.cs
- ConnectionConsumerAttribute.cs
- JsonStringDataContract.cs
- AdRotator.cs
- BamlLocalizableResourceKey.cs
- CatalogPartDesigner.cs
- GlyphingCache.cs
- SystemColors.cs
- ObjectListFieldCollection.cs
- ObjectConverter.cs
- XmlExpressionDumper.cs
- EntityChangedParams.cs
- ContextBase.cs
- ControlValuePropertyAttribute.cs
- CopyCodeAction.cs
- NativeMethodsOther.cs
- TreeViewDesigner.cs
- BinHexDecoder.cs
- SharedStatics.cs
- ConditionalExpression.cs
- shaperfactoryquerycacheentry.cs
- NavigationPropertyEmitter.cs
- XPathSelectionIterator.cs
- StandardTransformFactory.cs
- CriticalHandle.cs
- HtmlCommandAdapter.cs
- CLSCompliantAttribute.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- UxThemeWrapper.cs
- TraceSource.cs
- SmtpNtlmAuthenticationModule.cs
- RealProxy.cs
- PropertyTab.cs
- TextPointerBase.cs
- ProfileGroupSettings.cs
- RenderDataDrawingContext.cs
- COM2PictureConverter.cs
- GridViewRowPresenter.cs
- XPathExpr.cs
- VectorCollection.cs
- MessageBox.cs
- DragDrop.cs
- oledbmetadatacolumnnames.cs
- EditorAttribute.cs
- SrgsSubset.cs
- QueryAsyncResult.cs
- TerminateSequenceResponse.cs
- ServicePointManagerElement.cs
- PageStatePersister.cs
- SqlBulkCopyColumnMapping.cs
- ProfessionalColors.cs
- MenuCommand.cs
- CommandDevice.cs
- GeneralTransform3DCollection.cs
- ComplexBindingPropertiesAttribute.cs
- StreamInfo.cs
- NavigatorInput.cs
- DirtyTextRange.cs
- ComEventsHelper.cs
- QueryExpr.cs
- WSDualHttpSecurityMode.cs
- CompositeScriptReferenceEventArgs.cs
- FragmentNavigationEventArgs.cs
- Configuration.cs
- Point3DKeyFrameCollection.cs
- ConfigurationSection.cs
- VisualStyleTypesAndProperties.cs
- InkCanvas.cs
- SplineKeyFrames.cs
- ScriptComponentDescriptor.cs