Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / Threading / WaitHandleCannotBeOpenedException.cs / 1 / 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) { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CoTaskMemHandle.cs
- FactoryRecord.cs
- ReachDocumentReferenceCollectionSerializerAsync.cs
- AsyncOperation.cs
- DockPanel.cs
- ResourceExpressionBuilder.cs
- HttpAsyncResult.cs
- WorkflowMarkupSerializerMapping.cs
- OrderByLifter.cs
- SystemIPv6InterfaceProperties.cs
- XmlSchemaDocumentation.cs
- XmlSchemaSimpleTypeList.cs
- DataBindingValueUIHandler.cs
- HttpVersion.cs
- EventProvider.cs
- FocusChangedEventArgs.cs
- EntityDataSourceWrapperCollection.cs
- ExceptionUtil.cs
- ContourSegment.cs
- SessionPageStatePersister.cs
- Point.cs
- XmlTextReaderImpl.cs
- AppSettingsSection.cs
- EventDescriptorCollection.cs
- Schedule.cs
- Certificate.cs
- AsyncPostBackErrorEventArgs.cs
- ThreadAbortException.cs
- CachedTypeface.cs
- PkcsUtils.cs
- ByValueEqualityComparer.cs
- DataGridViewTextBoxColumn.cs
- ValidationError.cs
- TabletDeviceInfo.cs
- NetTcpSectionData.cs
- ShaperBuffers.cs
- ConnectionInterfaceCollection.cs
- HTMLTextWriter.cs
- FormatterServicesNoSerializableCheck.cs
- ColumnClickEvent.cs
- FrameSecurityDescriptor.cs
- SettingsPropertyNotFoundException.cs
- TypeResolvingOptionsAttribute.cs
- NumericPagerField.cs
- PermissionSet.cs
- UnmanagedMemoryStreamWrapper.cs
- UniqueIdentifierService.cs
- ArrayElementGridEntry.cs
- EndSelectCardRequest.cs
- UserControl.cs
- IteratorFilter.cs
- RegexFCD.cs
- ErrorHandler.cs
- OutputCacheSection.cs
- HtmlTextArea.cs
- ISessionStateStore.cs
- ContentTypeSettingDispatchMessageFormatter.cs
- X509ChainElement.cs
- EventHandlersStore.cs
- TimerTable.cs
- StrongNamePublicKeyBlob.cs
- DataGridHeaderBorder.cs
- CodeStatement.cs
- ServiceContractAttribute.cs
- CustomTypeDescriptor.cs
- Automation.cs
- ToolStripOverflowButton.cs
- CodeSubDirectoriesCollection.cs
- SpecialNameAttribute.cs
- Vector3D.cs
- EventBuilder.cs
- Switch.cs
- SqlLiftIndependentRowExpressions.cs
- GridViewColumnHeaderAutomationPeer.cs
- VariableElement.cs
- ObjectStateFormatter.cs
- CodeTypeReferenceCollection.cs
- EmptyReadOnlyDictionaryInternal.cs
- EncoderExceptionFallback.cs
- ReversePositionQuery.cs
- ResourcesGenerator.cs
- TypeDescriptorContext.cs
- IChannel.cs
- WindowsAltTab.cs
- infer.cs
- MimeTypeMapper.cs
- EventToken.cs
- CellParagraph.cs
- RegexParser.cs
- GlyphInfoList.cs
- StrokeSerializer.cs
- ApplyHostConfigurationBehavior.cs
- DocumentSchemaValidator.cs
- MultipleFilterMatchesException.cs
- PopupControlService.cs
- AppDomainManager.cs
- XPathPatternBuilder.cs
- PolicyUtility.cs
- ThreadStaticAttribute.cs
- GetPageNumberCompletedEventArgs.cs