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
- MaskInputRejectedEventArgs.cs
- OciHandle.cs
- StylusDevice.cs
- ImageMapEventArgs.cs
- XmlSchemaSubstitutionGroup.cs
- AxisAngleRotation3D.cs
- LinqDataSourceValidationException.cs
- BooleanFunctions.cs
- ProfileEventArgs.cs
- DataKeyCollection.cs
- AuthenticationModulesSection.cs
- GCHandleCookieTable.cs
- MultiView.cs
- RichTextBox.cs
- CodeCastExpression.cs
- XmlSchemaSet.cs
- Int32AnimationUsingKeyFrames.cs
- WindowsClientElement.cs
- WaveHeader.cs
- TimeSpanOrInfiniteValidator.cs
- ObjRef.cs
- ContentDefinition.cs
- SymLanguageVendor.cs
- DBSqlParserTableCollection.cs
- EpmSourcePathSegment.cs
- HtmlInputHidden.cs
- DashStyle.cs
- ObjectParameter.cs
- TextFindEngine.cs
- HTTPNotFoundHandler.cs
- PageSetupDialog.cs
- XPathExpr.cs
- CodeIndexerExpression.cs
- XmlStreamStore.cs
- CodePrimitiveExpression.cs
- FunctionQuery.cs
- LoopExpression.cs
- BaseAutoFormat.cs
- DriveInfo.cs
- XmlSiteMapProvider.cs
- IsolatedStorageFileStream.cs
- DispatcherTimer.cs
- RangeValueProviderWrapper.cs
- WebCodeGenerator.cs
- GridViewHeaderRowPresenter.cs
- OpenFileDialog.cs
- Int32AnimationBase.cs
- CustomValidator.cs
- CombinedGeometry.cs
- PersonalizationDictionary.cs
- LockCookie.cs
- SqlUDTStorage.cs
- DataPagerCommandEventArgs.cs
- TextEncodedRawTextWriter.cs
- SqlAliaser.cs
- WindowsListViewGroupHelper.cs
- Form.cs
- FixUp.cs
- SQLUtility.cs
- ProtocolsConfiguration.cs
- TreeNodeCollection.cs
- TreeView.cs
- SoapSchemaImporter.cs
- ControlPropertyNameConverter.cs
- Hashtable.cs
- ProcessInputEventArgs.cs
- HttpCachePolicy.cs
- VerificationException.cs
- Transform3D.cs
- _NestedSingleAsyncResult.cs
- XmlLoader.cs
- FormatException.cs
- PathFigure.cs
- TypeSystem.cs
- TimeIntervalCollection.cs
- ScrollItemPatternIdentifiers.cs
- PipelineDeploymentState.cs
- NativeCppClassAttribute.cs
- _BufferOffsetSize.cs
- ReadOnlyDataSource.cs
- EntityCommand.cs
- TrackingMemoryStreamFactory.cs
- ISAPIRuntime.cs
- InkPresenter.cs
- base64Transforms.cs
- CodeExporter.cs
- CompilationSection.cs
- HttpException.cs
- ProgressBarHighlightConverter.cs
- RegionInfo.cs
- Sql8ExpressionRewriter.cs
- XmlSchemaType.cs
- LicenseContext.cs
- XmlUrlResolver.cs
- ScriptControlManager.cs
- PipeException.cs
- WinFormsSpinner.cs
- IgnorePropertiesAttribute.cs
- CompilationSection.cs
- AdapterUtil.cs