Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HttpCookie.cs
- WsdlImporter.cs
- NavigationFailedEventArgs.cs
- FactoryRecord.cs
- TrustLevel.cs
- GenericTypeParameterBuilder.cs
- SemanticResolver.cs
- DataControlFieldCollection.cs
- MimeWriter.cs
- TemplateBindingExpressionConverter.cs
- PipeStream.cs
- TimeManager.cs
- X509CertificateCollection.cs
- Vector3DIndependentAnimationStorage.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- DeferredElementTreeState.cs
- ViewCellSlot.cs
- MemberInfoSerializationHolder.cs
- NavigationCommands.cs
- StreamGeometryContext.cs
- SqlDataSourceCommandEventArgs.cs
- UnknownExceptionActionHelper.cs
- EmptyReadOnlyDictionaryInternal.cs
- AttachedAnnotationChangedEventArgs.cs
- LayoutTableCell.cs
- _AutoWebProxyScriptEngine.cs
- WriteStateInfoBase.cs
- CommandLibraryHelper.cs
- SmiEventSink.cs
- CharStorage.cs
- DelayDesigner.cs
- UrlMappingsSection.cs
- RegexCompilationInfo.cs
- EntryWrittenEventArgs.cs
- ControlUtil.cs
- DocumentPageTextView.cs
- RemotingSurrogateSelector.cs
- DragEvent.cs
- XmlDownloadManager.cs
- Logging.cs
- Underline.cs
- XamlRtfConverter.cs
- ContextInformation.cs
- GeometryCollection.cs
- Header.cs
- TemplateParser.cs
- DBDataPermission.cs
- LiteralSubsegment.cs
- DashStyles.cs
- BuildProviderAppliesToAttribute.cs
- BuildDependencySet.cs
- TagMapCollection.cs
- SQLDateTime.cs
- BuildProvider.cs
- SchemaImporter.cs
- RegexEditorDialog.cs
- DataSetMappper.cs
- AccessDataSource.cs
- OleDbTransaction.cs
- EndpointAddressMessageFilter.cs
- DynamicValidatorEventArgs.cs
- GetImportFileNameRequest.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- SqlProfileProvider.cs
- CodeConditionStatement.cs
- MappingMetadataHelper.cs
- LineSegment.cs
- CatalogPart.cs
- ListViewDeletedEventArgs.cs
- DragEvent.cs
- CachingHintValidation.cs
- QueryResponse.cs
- SqlDataSourceEnumerator.cs
- LOSFormatter.cs
- XmlValueConverter.cs
- OutputCacheProfileCollection.cs
- WebPartEditVerb.cs
- ExtenderProvidedPropertyAttribute.cs
- documentsequencetextpointer.cs
- PropertyKey.cs
- FunctionImportMapping.cs
- BufferedReadStream.cs
- ListViewSortEventArgs.cs
- RelatedCurrencyManager.cs
- CodeExpressionStatement.cs
- HasCopySemanticsAttribute.cs
- GradientBrush.cs
- TabControlToolboxItem.cs
- Constants.cs
- Splitter.cs
- UrlPath.cs
- SingleResultAttribute.cs
- HttpTransportManager.cs
- Odbc32.cs
- WebPartEditorApplyVerb.cs
- Button.cs
- RowSpanVector.cs
- PublisherIdentityPermission.cs
- Int16AnimationUsingKeyFrames.cs
- OperationCanceledException.cs