Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / InfoCardRequestException.cs / 1 / InfoCardRequestException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; internal class InfoCardRequestException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_REQUEST; public InfoCardRequestException() : base( HRESULT ) { } public InfoCardRequestException( string message ) :base( HRESULT, message ) { } public InfoCardRequestException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected InfoCardRequestException( 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
- ValueUnavailableException.cs
- BCryptHashAlgorithm.cs
- GridViewCommandEventArgs.cs
- IndexOutOfRangeException.cs
- TextRunTypographyProperties.cs
- AdCreatedEventArgs.cs
- TextBounds.cs
- JsonXmlDataContract.cs
- GetRecipientListRequest.cs
- ExtendedPropertyInfo.cs
- StandardRuntimeEnumValidatorAttribute.cs
- M3DUtil.cs
- Serializer.cs
- OSFeature.cs
- TableCellAutomationPeer.cs
- FilterQuery.cs
- IntSecurity.cs
- AuthenticationModeHelper.cs
- HorizontalAlignConverter.cs
- DefaultIfEmptyQueryOperator.cs
- AmbiguousMatchException.cs
- QueryCreatedEventArgs.cs
- ReflectionUtil.cs
- OperatorExpressions.cs
- PopupRootAutomationPeer.cs
- SQLInt64.cs
- ContextDataSourceView.cs
- HttpCachePolicy.cs
- WindowsBrush.cs
- WindowsTokenRoleProvider.cs
- ImageInfo.cs
- OutOfProcStateClientManager.cs
- DependencyPropertyConverter.cs
- QueryOperationResponseOfT.cs
- CommonXSendMessage.cs
- ConnectionDemuxer.cs
- ComponentCommands.cs
- MailSettingsSection.cs
- GreaterThanOrEqual.cs
- MenuAdapter.cs
- FixedLineResult.cs
- WebPartMovingEventArgs.cs
- XmlUTF8TextReader.cs
- AuthenticationModuleElementCollection.cs
- SqlUserDefinedTypeAttribute.cs
- EntityTypeBase.cs
- GenerateTemporaryTargetAssembly.cs
- TreeNode.cs
- InternalConfigEventArgs.cs
- DataAdapter.cs
- Schema.cs
- ResolveCriteria11.cs
- RecognizerStateChangedEventArgs.cs
- SchemaElementDecl.cs
- mactripleDES.cs
- State.cs
- TriggerActionCollection.cs
- EmbeddedMailObjectsCollection.cs
- GC.cs
- Thickness.cs
- FixedSOMTableCell.cs
- SettingsAttributes.cs
- ObjectDataSource.cs
- BrushValueSerializer.cs
- NativeMethods.cs
- InvalidCastException.cs
- DesignerCategoryAttribute.cs
- SchemaImporterExtensionsSection.cs
- VBIdentifierTrimConverter.cs
- FactoryMaker.cs
- WindowsHyperlink.cs
- XsltArgumentList.cs
- AspNetSynchronizationContext.cs
- RoutedCommand.cs
- UInt16Converter.cs
- EventKeyword.cs
- XmlSchemaSimpleTypeList.cs
- FunctionImportMapping.cs
- MSHTMLHost.cs
- Visual3D.cs
- SoundPlayerAction.cs
- SectionUpdates.cs
- ImageListImage.cs
- DataSourceProvider.cs
- CqlBlock.cs
- XmlAnyElementAttribute.cs
- AssertSection.cs
- RegexCharClass.cs
- Style.cs
- Triplet.cs
- ViewGenResults.cs
- DrawingServices.cs
- Pair.cs
- ClassDataContract.cs
- Figure.cs
- PublisherIdentityPermission.cs
- UniqueEventHelper.cs
- FormViewDeletedEventArgs.cs
- FieldMetadata.cs
- ConstrainedDataObject.cs