Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / RunTime / QueueException.cs / 1305376 / QueueException.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Workflow.Runtime { using System.Messaging; using System.Runtime.Serialization; [Serializable] class QueueException : InvalidOperationException { [NonSerialized] MessageQueueErrorCode errorCode; public QueueException(string message, MessageQueueErrorCode errorCode) : base(message) { this.errorCode = errorCode; } protected QueueException(SerializationInfo info, StreamingContext context) : base(info, context) { } public MessageQueueErrorCode ErrorCode { get { return this.errorCode; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Workflow.Runtime { using System.Messaging; using System.Runtime.Serialization; [Serializable] class QueueException : InvalidOperationException { [NonSerialized] MessageQueueErrorCode errorCode; public QueueException(string message, MessageQueueErrorCode errorCode) : base(message) { this.errorCode = errorCode; } protected QueueException(SerializationInfo info, StreamingContext context) : base(info, context) { } public MessageQueueErrorCode ErrorCode { get { return this.errorCode; } } } } // 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
- XmlSyndicationContent.cs
- TokenBasedSetEnumerator.cs
- HyperLinkStyle.cs
- DrawingCollection.cs
- ContextDataSourceView.cs
- FlatButtonAppearance.cs
- ContractDescription.cs
- OrCondition.cs
- Point3DValueSerializer.cs
- WebControlAdapter.cs
- SafeTimerHandle.cs
- Dynamic.cs
- UnauthorizedAccessException.cs
- ImageConverter.cs
- ColorDialog.cs
- FlowDocumentView.cs
- TouchesCapturedWithinProperty.cs
- DetailsViewPagerRow.cs
- TableCellsCollectionEditor.cs
- SolidBrush.cs
- PageEventArgs.cs
- MetadataSerializer.cs
- FontUnit.cs
- Rules.cs
- KnownTypes.cs
- DataStreams.cs
- FormViewPageEventArgs.cs
- SoapAttributeOverrides.cs
- DecimalConverter.cs
- SqlTriggerContext.cs
- DatePickerDateValidationErrorEventArgs.cs
- FilterElement.cs
- TracingConnectionInitiator.cs
- SecurityImpersonationBehavior.cs
- CompoundFileStorageReference.cs
- ErasingStroke.cs
- CubicEase.cs
- GeometryValueSerializer.cs
- ContentFileHelper.cs
- PlatformCulture.cs
- ResXResourceSet.cs
- ListViewInsertionMark.cs
- MultipleViewPatternIdentifiers.cs
- ContainerUtilities.cs
- EncoderFallback.cs
- XPathSelfQuery.cs
- HeaderCollection.cs
- Converter.cs
- NullableIntSumAggregationOperator.cs
- BaseValidatorDesigner.cs
- AttachedAnnotation.cs
- SvcMapFile.cs
- AvTraceFormat.cs
- UnionExpr.cs
- MenuRendererClassic.cs
- SpotLight.cs
- _HelperAsyncResults.cs
- TreeView.cs
- XmlSchemaComplexType.cs
- SqlTypesSchemaImporter.cs
- MemoryFailPoint.cs
- sqlpipe.cs
- ToolBar.cs
- DBPropSet.cs
- TrustManagerMoreInformation.cs
- WebPartTransformerCollection.cs
- OSFeature.cs
- ItemsPanelTemplate.cs
- BitmapSource.cs
- ToolStripSplitButton.cs
- DataGridRowHeader.cs
- ResourceExpression.cs
- ManipulationDelta.cs
- WhitespaceRuleReader.cs
- TransformCollection.cs
- TogglePattern.cs
- Vector3dCollection.cs
- KernelTypeValidation.cs
- Wizard.cs
- Message.cs
- CompilerResults.cs
- ArrayWithOffset.cs
- Parsers.cs
- RegexBoyerMoore.cs
- BindingEntityInfo.cs
- TabItemAutomationPeer.cs
- DynamicValueConverter.cs
- ModelEditingScope.cs
- CmsInterop.cs
- ColorKeyFrameCollection.cs
- ServiceNotStartedException.cs
- WebPartManager.cs
- ResourceKey.cs
- ExpressionUtilities.cs
- DocumentReferenceCollection.cs
- MessageVersion.cs
- DataGridViewColumnEventArgs.cs
- TransactionalPackage.cs
- TdsParserHelperClasses.cs
- MemberDescriptor.cs