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
- Helpers.cs
- LogRecordSequence.cs
- StringSource.cs
- PtsPage.cs
- HttpContextBase.cs
- EnvironmentPermission.cs
- StructuredTypeEmitter.cs
- JsonEncodingStreamWrapper.cs
- PlacementWorkspace.cs
- ConnectionPoolManager.cs
- DynamicDataResources.Designer.cs
- DesignerView.Commands.cs
- StreamResourceInfo.cs
- CommonDialog.cs
- ValidationContext.cs
- TraceAsyncResult.cs
- SiteMap.cs
- PerformanceCountersElement.cs
- Win32Exception.cs
- WorkflowWebHostingModule.cs
- PerformanceCounters.cs
- SignatureResourcePool.cs
- DataBoundControlHelper.cs
- PaperSize.cs
- StringExpressionSet.cs
- oledbconnectionstring.cs
- EncodingTable.cs
- XDRSchema.cs
- TextViewBase.cs
- AliasedExpr.cs
- DrawListViewColumnHeaderEventArgs.cs
- SerializationFieldInfo.cs
- ObjectNotFoundException.cs
- CodeEventReferenceExpression.cs
- HttpWebRequestElement.cs
- Viewport3DVisual.cs
- SecureEnvironment.cs
- SignedXml.cs
- SystemThemeKey.cs
- DecimalAnimation.cs
- ExceptionAggregator.cs
- SafeNativeMethodsCLR.cs
- DispatcherEventArgs.cs
- WorkflowInstanceSuspendedRecord.cs
- GridViewPageEventArgs.cs
- ResourceKey.cs
- LicenseManager.cs
- DelegateSerializationHolder.cs
- FunctionGenerator.cs
- SQLDoubleStorage.cs
- SqlReorderer.cs
- LineInfo.cs
- LineVisual.cs
- HttpClientChannel.cs
- HwndStylusInputProvider.cs
- FileClassifier.cs
- SchemaAttDef.cs
- ValueTable.cs
- base64Transforms.cs
- ConstructorBuilder.cs
- validationstate.cs
- DrawingBrush.cs
- CardSpaceException.cs
- RunInstallerAttribute.cs
- CodeSubDirectory.cs
- ThemeInfoAttribute.cs
- DataTableReaderListener.cs
- StringSorter.cs
- CultureInfoConverter.cs
- TraceData.cs
- Item.cs
- ObjectHelper.cs
- RootContext.cs
- ListItemsCollectionEditor.cs
- HtmlEmptyTagControlBuilder.cs
- Tablet.cs
- BoolExpr.cs
- SQLBoolean.cs
- NullRuntimeConfig.cs
- SslStreamSecurityBindingElement.cs
- ImpersonationContext.cs
- ScalarConstant.cs
- RefExpr.cs
- DbReferenceCollection.cs
- RefExpr.cs
- DesignOnlyAttribute.cs
- SecurityChannel.cs
- MergeExecutor.cs
- TCPListener.cs
- PageScaling.cs
- NullReferenceException.cs
- basevalidator.cs
- StyleCollection.cs
- ClientOptions.cs
- InProcStateClientManager.cs
- XPathItem.cs
- SqlBooleanMismatchVisitor.cs
- RenderTargetBitmap.cs
- SequenceNumber.cs
- ICspAsymmetricAlgorithm.cs