Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Threading / WaitHandleCannotBeOpenedException.cs / 1305376 / 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)] #if FEATURE_CORECLR public class WaitHandleCannotBeOpenedException : Exception { #if false } #endif #else public class WaitHandleCannotBeOpenedException : ApplicationException { #endif // FEATURE_CORECLR 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); } [System.Security.SecuritySafeCritical] // auto-generated protected WaitHandleCannotBeOpenedException(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
- ControlCollection.cs
- RuntimeHandles.cs
- CapacityStreamGeometryContext.cs
- DbInsertCommandTree.cs
- LayoutUtils.cs
- BamlTreeNode.cs
- ScriptHandlerFactory.cs
- IDataContractSurrogate.cs
- ButtonFlatAdapter.cs
- RoleGroupCollectionEditor.cs
- SmiContextFactory.cs
- SerializationStore.cs
- CalendarButton.cs
- shaperfactoryquerycachekey.cs
- WorkflowMarkupElementEventArgs.cs
- FrameworkContentElement.cs
- SecureUICommand.cs
- QilExpression.cs
- StateManagedCollection.cs
- XmlNode.cs
- CompensationDesigner.cs
- WebControl.cs
- KnownTypesProvider.cs
- MemoryRecordBuffer.cs
- DataGridCommandEventArgs.cs
- WebContext.cs
- MulticastDelegate.cs
- FormViewRow.cs
- DataRowChangeEvent.cs
- MediaPlayerState.cs
- ButtonChrome.cs
- FontFamilyIdentifier.cs
- SqlBulkCopy.cs
- WorkflowTransactionService.cs
- UnmanagedMemoryStreamWrapper.cs
- DetailsViewInsertedEventArgs.cs
- IndentedTextWriter.cs
- CodeMemberProperty.cs
- CapabilitiesPattern.cs
- XmlRawWriterWrapper.cs
- CompilerGeneratedAttribute.cs
- TextRange.cs
- ProfileManager.cs
- ManagedIStream.cs
- InternalUserCancelledException.cs
- FieldNameLookup.cs
- TextElementEnumerator.cs
- SvcMapFileSerializer.cs
- BevelBitmapEffect.cs
- EntityRecordInfo.cs
- AQNBuilder.cs
- HtmlUtf8RawTextWriter.cs
- PkcsMisc.cs
- SafeWaitHandle.cs
- DataGridTextBoxColumn.cs
- CollaborationHelperFunctions.cs
- SendKeys.cs
- ListViewDeletedEventArgs.cs
- BitmapPalette.cs
- ObjectPersistData.cs
- PageEventArgs.cs
- MarkedHighlightComponent.cs
- ControlCollection.cs
- StringFormat.cs
- QilXmlReader.cs
- BasePattern.cs
- LOSFormatter.cs
- XmlQueryType.cs
- ColumnMap.cs
- DataGridViewRowEventArgs.cs
- MSG.cs
- AutomationElementCollection.cs
- DoubleCollection.cs
- ClassHandlersStore.cs
- StateDesigner.cs
- ToolboxCategoryItems.cs
- HttpListenerPrefixCollection.cs
- DataServiceQueryProvider.cs
- CodeIdentifier.cs
- ProvidePropertyAttribute.cs
- MissingFieldException.cs
- Constraint.cs
- TabControlEvent.cs
- RNGCryptoServiceProvider.cs
- SiteMapProvider.cs
- ItemsPresenter.cs
- DesignerTransactionCloseEvent.cs
- Help.cs
- EdmToObjectNamespaceMap.cs
- SqlCharStream.cs
- WSFederationHttpSecurityElement.cs
- FormViewModeEventArgs.cs
- DispatcherFrame.cs
- FixedSOMElement.cs
- UnsignedPublishLicense.cs
- WorkflowApplicationEventArgs.cs
- UserControl.cs
- ParameterModifier.cs
- XmlArrayItemAttribute.cs
- DotAtomReader.cs