Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Threading / SemaphoreFullException.cs / 1305376 / SemaphoreFullException.cs
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
/*==============================================================================
**
** Class: SemaphoreFullException
**
** [....]
**
=============================================================================*/
namespace System.Threading {
using System;
using System.Runtime.Serialization;
using System.Runtime.InteropServices;
[Serializable()]
[ComVisibleAttribute(false)]
[System.Runtime.CompilerServices.TypeForwardedFrom("System, Version=2.0.0.0, Culture=Neutral, PublicKeyToken=b77a5c561934e089")]
public class SemaphoreFullException : SystemException {
public SemaphoreFullException() : base(Environment.GetResourceString("Threading_SemaphoreFullException")){
}
public SemaphoreFullException(String message) : base(message) {
}
public SemaphoreFullException(String message, Exception innerException) : base(message, innerException) {
}
protected SemaphoreFullException(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
- MobileCategoryAttribute.cs
- LocationSectionRecord.cs
- HtmlForm.cs
- Config.cs
- AttributeSetAction.cs
- SqlDataSourceCache.cs
- NavigationService.cs
- TableProviderWrapper.cs
- TypedRowHandler.cs
- PrinterResolution.cs
- XmlSignatureManifest.cs
- TypeDescriptor.cs
- IDQuery.cs
- InputReportEventArgs.cs
- UmAlQuraCalendar.cs
- CodePageUtils.cs
- InheritanceContextChangedEventManager.cs
- XmlDocumentFragment.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- WebMessageBodyStyleHelper.cs
- DataMisalignedException.cs
- AudioException.cs
- DeviceSpecificChoiceCollection.cs
- Trace.cs
- PasswordPropertyTextAttribute.cs
- SystemParameters.cs
- CharacterBuffer.cs
- DBCommandBuilder.cs
- SchemaCollectionPreprocessor.cs
- FormViewPagerRow.cs
- ErrorRuntimeConfig.cs
- LogSwitch.cs
- EmptyEnumerable.cs
- SqlUserDefinedAggregateAttribute.cs
- IndexedEnumerable.cs
- TreeView.cs
- ControlBuilder.cs
- MenuItem.cs
- GeometryGroup.cs
- SimpleBitVector32.cs
- InputMethodStateChangeEventArgs.cs
- HttpRuntime.cs
- XmlMtomWriter.cs
- MsmqIntegrationChannelListener.cs
- IsolatedStorageFilePermission.cs
- PhysicalAddress.cs
- ZipIOLocalFileDataDescriptor.cs
- counter.cs
- DbConnectionFactory.cs
- LinkLabel.cs
- ProfileSection.cs
- CompiledScopeCriteria.cs
- ExtensionQuery.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- SqlDataSourceConfigureFilterForm.cs
- BitmapEffectInput.cs
- PersianCalendar.cs
- MulticastDelegate.cs
- BoolExpressionVisitors.cs
- DSACryptoServiceProvider.cs
- ThrowHelper.cs
- CodeMethodMap.cs
- SerializableAttribute.cs
- HandledEventArgs.cs
- GradientStop.cs
- MatrixAnimationBase.cs
- MULTI_QI.cs
- Relationship.cs
- WeakHashtable.cs
- ContentDisposition.cs
- TemplatedAdorner.cs
- QuaternionKeyFrameCollection.cs
- TaskCanceledException.cs
- CharEnumerator.cs
- WeakRefEnumerator.cs
- EpmTargetTree.cs
- OdbcConnectionHandle.cs
- DBDataPermission.cs
- NativeMethods.cs
- IIS7WorkerRequest.cs
- ModelUtilities.cs
- SecurityHelper.cs
- PerfCounters.cs
- RequestContext.cs
- SmuggledIUnknown.cs
- GeneralTransform3DTo2DTo3D.cs
- BatchServiceHost.cs
- RecordManager.cs
- ApplicationGesture.cs
- LogReserveAndAppendState.cs
- TaskFormBase.cs
- ThreadExceptionDialog.cs
- DataGridViewAdvancedBorderStyle.cs
- MenuBindingsEditorForm.cs
- Input.cs
- Soap12FormatExtensions.cs
- XmlWrappingReader.cs
- FullTextLine.cs
- DocumentViewerHelper.cs
- OracleRowUpdatedEventArgs.cs