Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / InvalidCardException.cs / 1 / InvalidCardException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; internal class InvalidCardException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_INFORMATIONCARD; public InvalidCardException() : base( HRESULT ) { } public InvalidCardException( string message ) :base( HRESULT, message ) { } public InvalidCardException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected InvalidCardException( 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
- TreeNodeEventArgs.cs
- SchemaInfo.cs
- NativeMethods.cs
- XPathParser.cs
- MsmqInputMessagePool.cs
- DbConnectionOptions.cs
- QilName.cs
- FlowDocumentReaderAutomationPeer.cs
- HtmlMeta.cs
- MimeTypeMapper.cs
- SqlUserDefinedAggregateAttribute.cs
- DataGridViewControlCollection.cs
- FamilyMapCollection.cs
- ClientConvert.cs
- SchemaMerger.cs
- CqlGenerator.cs
- ToolStripDropDown.cs
- ExpressionLink.cs
- StringAnimationUsingKeyFrames.cs
- PeerObject.cs
- ApplicationInfo.cs
- Rect3D.cs
- ViewBox.cs
- IntegerFacetDescriptionElement.cs
- IriParsingElement.cs
- ProfilePropertySettings.cs
- ExtendedProtectionPolicyElement.cs
- BitmapEncoder.cs
- Pts.cs
- OracleDataReader.cs
- ProcessManager.cs
- Label.cs
- DoubleCollection.cs
- PropertyManager.cs
- FrugalList.cs
- _TLSstream.cs
- EntitySqlQueryCacheKey.cs
- WebServicesDescriptionAttribute.cs
- Base64Decoder.cs
- Point3DCollectionConverter.cs
- NameNode.cs
- XmlReflectionMember.cs
- DataProtection.cs
- Cursors.cs
- ObjectViewFactory.cs
- Byte.cs
- DispatcherExceptionFilterEventArgs.cs
- ProxyManager.cs
- Selection.cs
- ConfigurationSettings.cs
- NamedObject.cs
- BlurEffect.cs
- JsonServiceDocumentSerializer.cs
- SizeConverter.cs
- DesigntimeLicenseContextSerializer.cs
- FragmentNavigationEventArgs.cs
- VerificationException.cs
- CalendarKeyboardHelper.cs
- SqlBulkCopy.cs
- SafeFileHandle.cs
- Style.cs
- ComponentResourceManager.cs
- SerializableAttribute.cs
- DataBoundControlDesigner.cs
- TextSegment.cs
- InstanceKeyNotReadyException.cs
- ResolveNameEventArgs.cs
- DesignerHelpers.cs
- Cursors.cs
- FrameworkPropertyMetadata.cs
- DifferencingCollection.cs
- RootBrowserWindow.cs
- StringStorage.cs
- AccessDataSource.cs
- Rect.cs
- FixUp.cs
- ObsoleteAttribute.cs
- ConfigXmlText.cs
- DetailsViewModeEventArgs.cs
- TdsParameterSetter.cs
- ProcessInfo.cs
- precedingsibling.cs
- ProvidePropertyAttribute.cs
- WindowsAuthenticationModule.cs
- XmlSchemaElement.cs
- PartialArray.cs
- CustomErrorCollection.cs
- ElementHostAutomationPeer.cs
- _AuthenticationState.cs
- EntityContainerRelationshipSetEnd.cs
- HwndProxyElementProvider.cs
- AnimationLayer.cs
- FileIOPermission.cs
- IDataContractSurrogate.cs
- EmbeddedMailObject.cs
- LocalizableAttribute.cs
- WmlCalendarAdapter.cs
- DataServiceProcessingPipeline.cs
- UnknownBitmapEncoder.cs
- ScopelessEnumAttribute.cs