Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / TransactionBridge / Microsoft / Transactions / Bridge / Exceptions.cs / 1 / Exceptions.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- using System; using System.ServiceModel; using System.Runtime.Serialization; namespace Microsoft.Transactions.Bridge { ////// Base exception class /// [Serializable] class PluggableProtocolException : Exception { public PluggableProtocolException( ) { } public PluggableProtocolException( string exception ) : base( exception ) { } public PluggableProtocolException( string exception, Exception e ) : base( exception, e ) { } protected PluggableProtocolException(SerializationInfo serInfo, StreamingContext streaming) : base(serInfo, streaming) { } } [Serializable] class TransactionBridgeException : Exception { public TransactionBridgeException() { } public TransactionBridgeException(string exception) : base(exception) { } protected TransactionBridgeException(SerializationInfo serInfo, StreamingContext streaming) : base(serInfo, streaming) { } } } // 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
- EntityViewGenerationAttribute.cs
- PartBasedPackageProperties.cs
- IdlingCommunicationPool.cs
- MaterialGroup.cs
- XmlSchemaImport.cs
- DesignTimeParseData.cs
- HtmlElement.cs
- clipboard.cs
- XmlUTF8TextWriter.cs
- RSAOAEPKeyExchangeDeformatter.cs
- RadioButtonPopupAdapter.cs
- RsaSecurityToken.cs
- PassportAuthenticationEventArgs.cs
- ListViewInsertionMark.cs
- LinqDataSourceUpdateEventArgs.cs
- Console.cs
- HttpStaticObjectsCollectionBase.cs
- SQLGuid.cs
- Run.cs
- AccessDataSource.cs
- TextureBrush.cs
- TextBoxLine.cs
- WebCategoryAttribute.cs
- DataBinding.cs
- ProviderMetadataCachedInformation.cs
- BaseAutoFormat.cs
- ListViewContainer.cs
- ItemChangedEventArgs.cs
- KeyValuePair.cs
- EntitySqlQueryCacheKey.cs
- Helpers.cs
- TableDesigner.cs
- SelectionHighlightInfo.cs
- MinMaxParagraphWidth.cs
- RawStylusInput.cs
- EdgeProfileValidation.cs
- DataPointer.cs
- EtwTrace.cs
- SmtpReplyReader.cs
- PnrpPermission.cs
- StaticResourceExtension.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- GenericRootAutomationPeer.cs
- CounterCreationDataConverter.cs
- DBDataPermission.cs
- GradientSpreadMethodValidation.cs
- ResourceCategoryAttribute.cs
- FontFamilyIdentifier.cs
- DataStreamFromComStream.cs
- TaskSchedulerException.cs
- StrongTypingException.cs
- XmlSigningNodeWriter.cs
- SpeechEvent.cs
- NTAccount.cs
- ImageDrawing.cs
- ContainerUIElement3D.cs
- DemultiplexingClientMessageFormatter.cs
- TagMapInfo.cs
- DocumentViewer.cs
- Events.cs
- PageSetupDialog.cs
- PointAnimationUsingKeyFrames.cs
- DeclarativeCatalogPart.cs
- bindurihelper.cs
- EnterpriseServicesHelper.cs
- PackagingUtilities.cs
- BlockUIContainer.cs
- XmlWriterTraceListener.cs
- FixedSOMSemanticBox.cs
- DbgUtil.cs
- DiscoveryDocumentSearchPattern.cs
- LayoutTableCell.cs
- X509ChainElement.cs
- BitmapPalettes.cs
- RepeatBehavior.cs
- WebSysDefaultValueAttribute.cs
- TransportReplyChannelAcceptor.cs
- XPathSelectionIterator.cs
- IntegerFacetDescriptionElement.cs
- NameValueConfigurationCollection.cs
- Main.cs
- _IPv6Address.cs
- ComponentRenameEvent.cs
- XmlSchemaAttributeGroupRef.cs
- xsdvalidator.cs
- PassportAuthenticationModule.cs
- AnnotationDocumentPaginator.cs
- ParallelLoopState.cs
- DataControlCommands.cs
- XmlTextAttribute.cs
- ellipse.cs
- Int32CAMarshaler.cs
- FontConverter.cs
- FileDialog_Vista_Interop.cs
- DynamicPropertyReader.cs
- Compensate.cs
- XamlTreeBuilderBamlRecordWriter.cs
- RadioButtonPopupAdapter.cs
- Keywords.cs
- ObjectSecurity.cs