Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / Threading / WaitHandleCannotBeOpenedException.cs / 2 / WaitHandleCannotBeOpenedException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Threading { using System; using System.Runtime.Serialization; using System.Runtime.InteropServices; [Serializable()] [ComVisibleAttribute(false)] public class WaitHandleCannotBeOpenedException : ApplicationException { public WaitHandleCannotBeOpenedException() : base(Environment.GetResourceString("Threading.WaitHandleCannotBeOpenedException")) { SetErrorCode(__HResults.COR_E_WAITHANDLECANNOTBEOPENED); } public WaitHandleCannotBeOpenedException(String message) : base(message) { SetErrorCode(__HResults.COR_E_WAITHANDLECANNOTBEOPENED); } public WaitHandleCannotBeOpenedException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_WAITHANDLECANNOTBEOPENED); } protected WaitHandleCannotBeOpenedException(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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CheckBox.cs
- TableColumn.cs
- WebPartConnectionsCancelVerb.cs
- COM2PropertyDescriptor.cs
- DataViewManagerListItemTypeDescriptor.cs
- PathFigureCollectionValueSerializer.cs
- UpDownEvent.cs
- RuntimeResourceSet.cs
- MissingMemberException.cs
- GeneralTransform.cs
- Geometry3D.cs
- ToolStripProgressBar.cs
- RawContentTypeMapper.cs
- ObjectSelectorEditor.cs
- PriorityBinding.cs
- NativeMethods.cs
- ToolStripContainerActionList.cs
- IncrementalReadDecoders.cs
- EventLogWatcher.cs
- ScrollProviderWrapper.cs
- XmlWellformedWriter.cs
- ChangeTracker.cs
- PackagePartCollection.cs
- DocumentPage.cs
- QuaternionAnimation.cs
- LogRestartAreaEnumerator.cs
- ClientSideQueueItem.cs
- SmtpReplyReaderFactory.cs
- TransactedBatchContext.cs
- BaseDataBoundControlDesigner.cs
- NonBatchDirectoryCompiler.cs
- AssemblySettingAttributes.cs
- ActivitiesCollection.cs
- DoubleConverter.cs
- PageAdapter.cs
- SchemaElementLookUpTable.cs
- TextViewDesigner.cs
- GridItem.cs
- CriticalFileToken.cs
- SineEase.cs
- InternalDispatchObject.cs
- XmlKeywords.cs
- CellRelation.cs
- Int32AnimationBase.cs
- TextDecorations.cs
- NetworkAddressChange.cs
- AnimationTimeline.cs
- Logging.cs
- TraceSection.cs
- HttpCachePolicy.cs
- Int64.cs
- FormViewPagerRow.cs
- DispatchWrapper.cs
- CreateUserWizard.cs
- CompoundFileDeflateTransform.cs
- FormsAuthentication.cs
- TdsEnums.cs
- DesignerValidationSummaryAdapter.cs
- PerformanceCounterPermissionEntry.cs
- BufferedGraphics.cs
- TextParaClient.cs
- BamlResourceDeserializer.cs
- AnnotationObservableCollection.cs
- UrlAuthFailedErrorFormatter.cs
- FaultCallbackWrapper.cs
- ToolStripItemGlyph.cs
- HashJoinQueryOperatorEnumerator.cs
- CodeTypeMember.cs
- TTSVoice.cs
- WebEventTraceProvider.cs
- SqlCharStream.cs
- FormViewPagerRow.cs
- FirewallWrapper.cs
- OpacityConverter.cs
- GPRECT.cs
- OleDbRowUpdatedEvent.cs
- XmlReaderDelegator.cs
- WindowsRichEditRange.cs
- DocumentProperties.cs
- ResourceAttributes.cs
- ClockGroup.cs
- UserMapPath.cs
- WorkflowPersistenceService.cs
- ExpandSegmentCollection.cs
- RayHitTestParameters.cs
- UrlRoutingModule.cs
- GridViewColumnHeaderAutomationPeer.cs
- BindingMAnagerBase.cs
- QilDataSource.cs
- XhtmlBasicTextViewAdapter.cs
- XamlFilter.cs
- SingleBodyParameterMessageFormatter.cs
- AppliesToBehaviorDecisionTable.cs
- XmlQueryRuntime.cs
- XmlDocumentFragment.cs
- XmlEnumAttribute.cs
- SchemaNames.cs
- DateTimeSerializationSection.cs
- ExtenderControl.cs
- PermissionRequestEvidence.cs