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
- ReadWriteObjectLock.cs
- OperatingSystem.cs
- ReceiveMessageContent.cs
- HtmlShimManager.cs
- RunInstallerAttribute.cs
- InputScopeNameConverter.cs
- MonthCalendar.cs
- ScriptDescriptor.cs
- DataComponentNameHandler.cs
- XmlSchemaType.cs
- DefaultExpression.cs
- BufferAllocator.cs
- XmlChoiceIdentifierAttribute.cs
- CodeArgumentReferenceExpression.cs
- ListDictionaryInternal.cs
- TextBoxBaseDesigner.cs
- XmlAtomicValue.cs
- BaseParaClient.cs
- DbConnectionInternal.cs
- XPathNavigatorReader.cs
- Source.cs
- AssemblySettingAttributes.cs
- DragEventArgs.cs
- HtmlTableCellCollection.cs
- ConstrainedGroup.cs
- CodeBlockBuilder.cs
- CreateRefExpr.cs
- CapabilitiesState.cs
- TraceSwitch.cs
- Vector3DAnimationBase.cs
- HMACRIPEMD160.cs
- TrackingProfile.cs
- MemberPath.cs
- ErrorsHelper.cs
- ConfigXmlAttribute.cs
- WebPartMovingEventArgs.cs
- X509ChainPolicy.cs
- BaseAutoFormat.cs
- WebBrowserProgressChangedEventHandler.cs
- TableLayout.cs
- StoreItemCollection.Loader.cs
- WeakEventManager.cs
- HttpErrorTraceRecord.cs
- HandledEventArgs.cs
- DesignerEditorPartChrome.cs
- DefaultTraceListener.cs
- ToolBarButton.cs
- ItemsPresenter.cs
- CustomAttributeBuilder.cs
- Oid.cs
- Assert.cs
- DataBoundControlHelper.cs
- UniqueSet.cs
- DateTimePickerDesigner.cs
- HttpApplicationStateBase.cs
- UnsafeNativeMethods.cs
- Types.cs
- EventSinkHelperWriter.cs
- FilePrompt.cs
- ProcessActivityTreeOptions.cs
- CompositeFontFamily.cs
- PagesSection.cs
- TargetPerspective.cs
- MetadataCollection.cs
- XamlFilter.cs
- Divide.cs
- IfAction.cs
- ProcessingInstructionAction.cs
- SplashScreen.cs
- MediaElement.cs
- DesignerLoader.cs
- XamlToRtfWriter.cs
- IntellisenseTextBox.cs
- BrowserCapabilitiesFactory.cs
- AccessKeyManager.cs
- DataServiceHostFactory.cs
- DesignerView.xaml.cs
- LocalizableAttribute.cs
- QilTernary.cs
- DragEventArgs.cs
- HttpPostedFile.cs
- MSHTMLHost.cs
- AttributeInfo.cs
- TextBox.cs
- PeerApplicationLaunchInfo.cs
- StatusBarDrawItemEvent.cs
- StringBuilder.cs
- ProcessModule.cs
- Trace.cs
- ClientCultureInfo.cs
- XslAst.cs
- BevelBitmapEffect.cs
- UserNamePasswordValidationMode.cs
- LogicalExpressionTypeConverter.cs
- WorkerRequest.cs
- WebBrowserPermission.cs
- RangeEnumerable.cs
- ProcessRequestArgs.cs
- Misc.cs
- EtwTrackingBehavior.cs