Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / SerializationIncompleteException.cs / 1 / SerializationIncompleteException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Indicates that the service failed to serialize an object // (e.g. InfoCard, Claim, Ledger, TokenCreationParameter) // internal class SerializationIncompleteException : Exception { // // The type that failed to serialize // Type m_type; public SerializationIncompleteException( Type type ) { m_type = type; } public Type ObjectType { get{ return m_type; } } } } // 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
- HostingEnvironmentSection.cs
- JournalEntry.cs
- HyperLinkField.cs
- AttributeAction.cs
- CodeEventReferenceExpression.cs
- ObjectItemCollection.cs
- HtmlEncodedRawTextWriter.cs
- HttpStreamXmlDictionaryWriter.cs
- SwitchElementsCollection.cs
- DependencyObjectProvider.cs
- _NestedMultipleAsyncResult.cs
- XmlDocumentViewSchema.cs
- BooleanStorage.cs
- ProgressBarAutomationPeer.cs
- SaveFileDialog.cs
- DragEventArgs.cs
- EntryWrittenEventArgs.cs
- TypeLoadException.cs
- GradientBrush.cs
- CalendarSelectionChangedEventArgs.cs
- Point4DConverter.cs
- ObjectViewListener.cs
- altserialization.cs
- ObjectListCommandCollection.cs
- GridItemPattern.cs
- EasingQuaternionKeyFrame.cs
- SerializationObjectManager.cs
- StrokeCollection.cs
- SecurityUtils.cs
- ConnectionPoolManager.cs
- WindowsClaimSet.cs
- TextServicesLoader.cs
- CaseStatement.cs
- SqlDataSourceStatusEventArgs.cs
- TraceInternal.cs
- EventMetadata.cs
- Single.cs
- SystemUdpStatistics.cs
- OleDbConnectionFactory.cs
- InternalCache.cs
- baseaxisquery.cs
- RotationValidation.cs
- BeginEvent.cs
- HtmlWindow.cs
- SqlBulkCopyColumnMappingCollection.cs
- IndexedEnumerable.cs
- SqlConnectionPoolGroupProviderInfo.cs
- ApplicationHost.cs
- ScaleTransform.cs
- PositiveTimeSpanValidator.cs
- ScriptingWebServicesSectionGroup.cs
- DataObjectFieldAttribute.cs
- IncrementalReadDecoders.cs
- Tuple.cs
- NameSpaceEvent.cs
- TraceSection.cs
- ErrorTolerantObjectWriter.cs
- Descriptor.cs
- CompiledRegexRunnerFactory.cs
- AutoResizedEvent.cs
- SecurityState.cs
- ColorContext.cs
- VersionPair.cs
- TextDataBindingHandler.cs
- ProxyWebPart.cs
- LabelLiteral.cs
- DeclarativeCatalogPartDesigner.cs
- dataprotectionpermission.cs
- AutomationEventArgs.cs
- ColorContextHelper.cs
- RSACryptoServiceProvider.cs
- ImmutableCollection.cs
- XmlReflectionMember.cs
- WorkflowViewElement.cs
- CatalogZone.cs
- DefaultHttpHandler.cs
- latinshape.cs
- TypedReference.cs
- ControlBuilder.cs
- TableColumn.cs
- CodeTypeDeclaration.cs
- SourceSwitch.cs
- AdPostCacheSubstitution.cs
- TypedDatasetGenerator.cs
- GlyphCache.cs
- Repeater.cs
- MetafileHeaderEmf.cs
- ListViewHitTestInfo.cs
- MsmqIntegrationBindingCollectionElement.cs
- BaseTemplateCodeDomTreeGenerator.cs
- HttpCookiesSection.cs
- MessageBox.cs
- TextParagraphProperties.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- DataKey.cs
- DesignerActionItem.cs
- DetailsViewDeletedEventArgs.cs
- Schema.cs
- ProcessHost.cs
- MenuEventArgs.cs