Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / CommunicationException.cs / 1 / CommunicationException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Indicates a general exception occured during communication with the infocard system. This // exception is used for issues that originate inside the infocard service, and not through // external communication with third parties. // internal class CommunicationException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_COMMUNICATION; public CommunicationException() : base( HRESULT ) { } public CommunicationException( string message ) :base( HRESULT, message ) { } public CommunicationException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected CommunicationException( SerializationInfo si, StreamingContext sc ) : base( HRESULT, si, sc ) { } } } // 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
- DataGridViewUtilities.cs
- ContractMethodInfo.cs
- NamespaceQuery.cs
- ProcessThreadCollection.cs
- TransformPatternIdentifiers.cs
- Attributes.cs
- EventLogPermissionEntryCollection.cs
- _LocalDataStore.cs
- handlecollector.cs
- JoinCqlBlock.cs
- GridPattern.cs
- PropertyMapper.cs
- XmlChoiceIdentifierAttribute.cs
- RC2.cs
- PictureBoxDesigner.cs
- BrowsableAttribute.cs
- GeometryHitTestResult.cs
- CompModSwitches.cs
- Win32.cs
- WorkerRequest.cs
- ComPlusDiagnosticTraceSchemas.cs
- ConnectionInterfaceCollection.cs
- EntityProviderServices.cs
- TextBoxLine.cs
- BinaryNode.cs
- DataError.cs
- CngAlgorithmGroup.cs
- SerializationException.cs
- WindowsToolbar.cs
- RegexStringValidator.cs
- ClickablePoint.cs
- EmptyElement.cs
- XmlSigningNodeWriter.cs
- ProtocolElement.cs
- QuaternionValueSerializer.cs
- SmiContext.cs
- BufferBuilder.cs
- OleDbParameterCollection.cs
- TemplateBuilder.cs
- BinaryHeap.cs
- InputMethodStateChangeEventArgs.cs
- LocalizabilityAttribute.cs
- EmptyImpersonationContext.cs
- wgx_render.cs
- HttpSessionStateWrapper.cs
- PackageRelationshipCollection.cs
- IfAction.cs
- SqlComparer.cs
- ADMembershipUser.cs
- RelationHandler.cs
- ColorTransform.cs
- MaxValueConverter.cs
- ProgressBarAutomationPeer.cs
- BamlMapTable.cs
- TraceInternal.cs
- AsyncDataRequest.cs
- WindowsToolbar.cs
- DataObjectMethodAttribute.cs
- OdbcConnectionStringbuilder.cs
- WindowsButton.cs
- CheckBox.cs
- CroppedBitmap.cs
- OracleCommandBuilder.cs
- _OverlappedAsyncResult.cs
- RectValueSerializer.cs
- HostExecutionContextManager.cs
- DesignerUtility.cs
- OdbcConnectionString.cs
- HtmlInputControl.cs
- WeakReadOnlyCollection.cs
- TextRunTypographyProperties.cs
- TypeDescriptionProviderAttribute.cs
- DateTimeAutomationPeer.cs
- PolicyException.cs
- InvalidOleVariantTypeException.cs
- PointLightBase.cs
- BinaryObjectInfo.cs
- DependencyObject.cs
- SamlDelegatingWriter.cs
- StringUtil.cs
- PageCatalogPart.cs
- SqlDataSourceView.cs
- EarlyBoundInfo.cs
- MatrixIndependentAnimationStorage.cs
- Schedule.cs
- DefaultProxySection.cs
- WeakReference.cs
- TextElementEnumerator.cs
- DbReferenceCollection.cs
- SchemaContext.cs
- FactoryGenerator.cs
- GetResponse.cs
- SudsWriter.cs
- AutomationPatternInfo.cs
- DesignDataSource.cs
- MailAddressParser.cs
- MimeTypeAttribute.cs
- DispatcherFrame.cs
- OdbcHandle.cs
- CustomAttributeSerializer.cs