Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / Threading / SynchronizationLockException.cs / 1 / SynchronizationLockException.cs
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
/*==============================================================================
**
** Class: SynchronizationLockException
**
**
** Purpose: Wait(), Notify() or NotifyAll() was called from an unsynchronized
** block of code.
**
**
=============================================================================*/
namespace System.Threading {
using System;
using System.Runtime.Serialization;
[System.Runtime.InteropServices.ComVisible(true)]
[Serializable()] public class SynchronizationLockException : SystemException {
public SynchronizationLockException()
: base(Environment.GetResourceString("Arg_SynchronizationLockException")) {
SetErrorCode(__HResults.COR_E_SYNCHRONIZATIONLOCK);
}
public SynchronizationLockException(String message)
: base(message) {
SetErrorCode(__HResults.COR_E_SYNCHRONIZATIONLOCK);
}
public SynchronizationLockException(String message, Exception innerException)
: base(message, innerException) {
SetErrorCode(__HResults.COR_E_SYNCHRONIZATIONLOCK);
}
protected SynchronizationLockException(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
- IdentityModelStringsVersion1.cs
- SqlStream.cs
- LogStore.cs
- ObjectConverter.cs
- TextTreeTextBlock.cs
- BooleanKeyFrameCollection.cs
- UInt64.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- FixedTextBuilder.cs
- NotCondition.cs
- QilFactory.cs
- AttachedPropertyDescriptor.cs
- ProtectedConfigurationSection.cs
- VerificationException.cs
- InheritablePropertyChangeInfo.cs
- SelfIssuedTokenFactoryCredential.cs
- BoundingRectTracker.cs
- Logging.cs
- UrlMapping.cs
- SeverityFilter.cs
- BooleanProjectedSlot.cs
- EntitySetBaseCollection.cs
- BinaryFormatter.cs
- DropAnimation.xaml.cs
- TemplateManager.cs
- ToolboxComponentsCreatedEventArgs.cs
- RefreshPropertiesAttribute.cs
- SerializableAttribute.cs
- ToolStripSplitStackLayout.cs
- Convert.cs
- PersonalizationAdministration.cs
- Soap11ServerProtocol.cs
- ClientEventManager.cs
- PseudoWebRequest.cs
- SecUtil.cs
- RightNameExpirationInfoPair.cs
- TrustLevel.cs
- AnnotationAuthorChangedEventArgs.cs
- ReadContentAsBinaryHelper.cs
- ExecutedRoutedEventArgs.cs
- Timer.cs
- CompoundFileStreamReference.cs
- InlineUIContainer.cs
- UserUseLicenseDictionaryLoader.cs
- ParameterBuilder.cs
- SqlDataSourceConfigureSelectPanel.cs
- PreloadedPackages.cs
- SizeChangedEventArgs.cs
- SQLDateTime.cs
- PersonalizationDictionary.cs
- QuadraticBezierSegment.cs
- SettingsBindableAttribute.cs
- StringUtil.cs
- PropertyState.cs
- PropertyGeneratedEventArgs.cs
- TableLayoutSettingsTypeConverter.cs
- StorageRoot.cs
- QueryStoreStatusRequest.cs
- MsmqOutputMessage.cs
- PerformanceCounterLib.cs
- Sql8ConformanceChecker.cs
- streamingZipPartStream.cs
- ColumnBinding.cs
- UrlAuthorizationModule.cs
- EpmTargetPathSegment.cs
- HttpResponse.cs
- ReferenceConverter.cs
- UniqueEventHelper.cs
- XPathMultyIterator.cs
- MethodToken.cs
- BrowserDefinition.cs
- GlobalizationSection.cs
- HwndKeyboardInputProvider.cs
- BitmapFrameEncode.cs
- EventProviderWriter.cs
- TextServicesManager.cs
- Int64KeyFrameCollection.cs
- DataGridViewCellCancelEventArgs.cs
- WebSysDescriptionAttribute.cs
- Transform.cs
- SettingsAttributeDictionary.cs
- ToolboxItemFilterAttribute.cs
- TableStyle.cs
- WindowsUpDown.cs
- DataProtectionSecurityStateEncoder.cs
- ProgressBarBrushConverter.cs
- Scheduler.cs
- SmtpCommands.cs
- AssemblyCache.cs
- DrawingState.cs
- RadioButtonBaseAdapter.cs
- XmlSchemaChoice.cs
- Int64Animation.cs
- RefreshEventArgs.cs
- XNodeNavigator.cs
- DataGridViewLinkCell.cs
- AssemblyCache.cs
- ImageList.cs
- MarkerProperties.cs
- ValueSerializerAttribute.cs