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
- TextProperties.cs
- _emptywebproxy.cs
- DependencyObjectCodeDomSerializer.cs
- FileSystemWatcher.cs
- LOSFormatter.cs
- TaskFormBase.cs
- InstallerTypeAttribute.cs
- SqlMethodAttribute.cs
- base64Transforms.cs
- WindowsSlider.cs
- SrgsElementFactory.cs
- AmbientValueAttribute.cs
- FixedSOMPageElement.cs
- BulletedListEventArgs.cs
- Operators.cs
- DefaultAuthorizationContext.cs
- DebugInfoExpression.cs
- CommandTreeTypeHelper.cs
- WinFormsComponentEditor.cs
- NamedPermissionSet.cs
- RuleRef.cs
- ExtenderHelpers.cs
- CustomAttributeSerializer.cs
- ContentPosition.cs
- PopupRootAutomationPeer.cs
- DataGridItem.cs
- ActiveXContainer.cs
- IndexedEnumerable.cs
- DictionaryCustomTypeDescriptor.cs
- _ConnectOverlappedAsyncResult.cs
- XPathNavigatorKeyComparer.cs
- CultureInfo.cs
- ComboBox.cs
- PackageDigitalSignatureManager.cs
- TextOnlyOutput.cs
- SelectionUIService.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- TextParagraphCache.cs
- DispatcherTimer.cs
- ComboBox.cs
- DuplicateContext.cs
- AuthenticationModulesSection.cs
- IndexedString.cs
- IFlowDocumentViewer.cs
- GroupQuery.cs
- XpsFont.cs
- TagMapInfo.cs
- PageFunction.cs
- SendKeys.cs
- TimeEnumHelper.cs
- UserPreferenceChangingEventArgs.cs
- Selection.cs
- ProfileSettings.cs
- COM2ExtendedBrowsingHandler.cs
- AspNetPartialTrustHelpers.cs
- SoapExtensionImporter.cs
- IpcChannelHelper.cs
- AbandonedMutexException.cs
- HScrollProperties.cs
- RowToFieldTransformer.cs
- Walker.cs
- UnsafeNativeMethodsTablet.cs
- Rfc4050KeyFormatter.cs
- QueryOutputWriter.cs
- RadioButtonPopupAdapter.cs
- FileSecurity.cs
- ContextStaticAttribute.cs
- OperationResponse.cs
- DictionaryGlobals.cs
- CompiledRegexRunnerFactory.cs
- QilInvokeLateBound.cs
- DataGridRelationshipRow.cs
- XPathAncestorIterator.cs
- WorkflowMarkupSerializationProvider.cs
- TransformerTypeCollection.cs
- Vector3dCollection.cs
- StringToken.cs
- NumberAction.cs
- SelectionRange.cs
- MeasurementDCInfo.cs
- LifetimeMonitor.cs
- StatusInfoItem.cs
- CmsUtils.cs
- WebConfigurationManager.cs
- ListDictionary.cs
- ErrorFormatter.cs
- DocobjHost.cs
- Tuple.cs
- UnmanagedMarshal.cs
- PropertySet.cs
- DataGridViewIntLinkedList.cs
- MarshalDirectiveException.cs
- AppSettingsExpressionBuilder.cs
- XmlAttributes.cs
- XmlSchemaDatatype.cs
- ByteStream.cs
- ListViewDeleteEventArgs.cs
- TerminateSequenceResponse.cs
- WithParamAction.cs
- ExpressionDumper.cs