Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / Serialization / System / Runtime / Serialization / InvalidDataContractException.cs / 1 / InvalidDataContractException.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.Runtime.Serialization { using System; [Serializable] public class InvalidDataContractException : Exception { public InvalidDataContractException() : base() { } public InvalidDataContractException(String message) : base(message) { } public InvalidDataContractException(String message, Exception innerException) : base (message, innerException) { } protected InvalidDataContractException(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
- Inflater.cs
- XamlWrappingReader.cs
- BinaryFormatterWriter.cs
- InertiaTranslationBehavior.cs
- WebControl.cs
- MutexSecurity.cs
- DictionaryTraceRecord.cs
- ObsoleteAttribute.cs
- ScriptResourceAttribute.cs
- SqlUdtInfo.cs
- WorkflowOperationAsyncResult.cs
- BindableTemplateBuilder.cs
- GlobalizationSection.cs
- EmptyEnumerator.cs
- DataServiceResponse.cs
- RotateTransform.cs
- EntityExpressionVisitor.cs
- Input.cs
- Popup.cs
- SelectionListComponentEditor.cs
- BeginEvent.cs
- SecurityIdentifierElementCollection.cs
- ReadOnlyTernaryTree.cs
- DataServiceClientException.cs
- ElementAction.cs
- FileUtil.cs
- NoResizeHandleGlyph.cs
- UTF8Encoding.cs
- Automation.cs
- SymbolEqualComparer.cs
- WindowsComboBox.cs
- FixedFlowMap.cs
- EncryptedReference.cs
- ComboBox.cs
- OdbcConnectionPoolProviderInfo.cs
- WebServiceReceiveDesigner.cs
- FontSourceCollection.cs
- OpenFileDialog.cs
- CollectionChangedEventManager.cs
- ManifestResourceInfo.cs
- MessageDecoder.cs
- Utilities.cs
- ClientUrlResolverWrapper.cs
- MsmqDecodeHelper.cs
- ModelItemCollection.cs
- TextRange.cs
- EventProviderBase.cs
- COMException.cs
- ProcessHostMapPath.cs
- CompareValidator.cs
- ActionMessageFilter.cs
- Range.cs
- ButtonRenderer.cs
- TripleDESCryptoServiceProvider.cs
- XappLauncher.cs
- WebZoneDesigner.cs
- cryptoapiTransform.cs
- XmlSchemaSimpleContent.cs
- HostingEnvironmentException.cs
- PersonalizableTypeEntry.cs
- TripleDES.cs
- DependencyPropertyKind.cs
- SqlDeflator.cs
- PropertyMapper.cs
- InputEventArgs.cs
- OperationResponse.cs
- ClosureBinding.cs
- EdmPropertyAttribute.cs
- DataTransferEventArgs.cs
- CaseInsensitiveComparer.cs
- ExclusiveTcpTransportManager.cs
- ClipboardProcessor.cs
- SafeNativeMethods.cs
- XmlResolver.cs
- HtmlElementErrorEventArgs.cs
- EdmValidator.cs
- OutputWindow.cs
- SmtpNtlmAuthenticationModule.cs
- UndoManager.cs
- XamlReaderHelper.cs
- ActiveDocumentEvent.cs
- EncryptedKey.cs
- HelpEvent.cs
- TreeIterator.cs
- TextBoxRenderer.cs
- DirectoryNotFoundException.cs
- HandlerFactoryWrapper.cs
- Menu.cs
- MailDefinition.cs
- CompositeFontInfo.cs
- ToolStripLabel.cs
- BitmapMetadata.cs
- PolygonHotSpot.cs
- TaskHelper.cs
- SqlCacheDependencyDatabase.cs
- DoubleLinkListEnumerator.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- OrderedDictionary.cs
- RenderDataDrawingContext.cs
- DateTimeFormatInfo.cs