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
- XmlSchemaAttribute.cs
- SegmentInfo.cs
- QueryOperatorEnumerator.cs
- KoreanCalendar.cs
- WindowsListViewItem.cs
- TextInfo.cs
- WebSysDefaultValueAttribute.cs
- LogReservationCollection.cs
- DataListItem.cs
- _HeaderInfoTable.cs
- OutArgumentConverter.cs
- SqlCommandBuilder.cs
- SafeEventLogWriteHandle.cs
- InputReport.cs
- WebConfigurationHostFileChange.cs
- GridProviderWrapper.cs
- DecoderReplacementFallback.cs
- TextRangeBase.cs
- DataList.cs
- InkCanvasAutomationPeer.cs
- BigInt.cs
- mediapermission.cs
- TcpClientSocketManager.cs
- ProjectionCamera.cs
- AssemblyAttributesGoHere.cs
- BrowserCapabilitiesFactoryBase.cs
- FileSystemWatcher.cs
- PlatformCulture.cs
- codemethodreferenceexpression.cs
- IndexerNameAttribute.cs
- CompositeDuplexBindingElementImporter.cs
- SequenceDesigner.cs
- BinaryEditor.cs
- GPRECT.cs
- FieldNameLookup.cs
- DefaultValueTypeConverter.cs
- ColumnHeaderCollectionEditor.cs
- TraceListener.cs
- MessageDescription.cs
- TreeViewBindingsEditor.cs
- IconBitmapDecoder.cs
- StateRuntime.cs
- SqlConnectionStringBuilder.cs
- ImageField.cs
- UIElementAutomationPeer.cs
- CompilerErrorCollection.cs
- MemberPath.cs
- PrimarySelectionGlyph.cs
- SwitchCase.cs
- ModelFactory.cs
- XmlSignificantWhitespace.cs
- ConditionalAttribute.cs
- DrawingCollection.cs
- XmlAnyElementAttribute.cs
- InputScopeAttribute.cs
- ScriptComponentDescriptor.cs
- RectangleConverter.cs
- StagingAreaInputItem.cs
- AlternateViewCollection.cs
- IsolatedStorage.cs
- ViewManagerAttribute.cs
- PagedDataSource.cs
- SqlFlattener.cs
- Select.cs
- QueryHandler.cs
- XmlSchemaComplexType.cs
- RichTextBox.cs
- xamlnodes.cs
- NegationPusher.cs
- IOThreadTimer.cs
- NumberSubstitution.cs
- RuleSettings.cs
- AncestorChangedEventArgs.cs
- ServiceManager.cs
- NotCondition.cs
- DateTimePicker.cs
- GradientPanel.cs
- MaterialCollection.cs
- AssociationTypeEmitter.cs
- InternalResources.cs
- CompositeControl.cs
- xmlfixedPageInfo.cs
- ClientFormsIdentity.cs
- FigureHelper.cs
- ResourceReferenceExpressionConverter.cs
- BooleanSwitch.cs
- MethodBody.cs
- PropertyPathConverter.cs
- TemplateBindingExtensionConverter.cs
- EngineSiteSapi.cs
- WebServiceHostFactory.cs
- NamespaceMapping.cs
- SymLanguageVendor.cs
- _PooledStream.cs
- Hex.cs
- UIElement3D.cs
- EventManager.cs
- AttachedAnnotation.cs
- List.cs
- CompositeCollection.cs