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
- FlowDocumentPageViewerAutomationPeer.cs
- TemplatePartAttribute.cs
- Command.cs
- SqlCachedBuffer.cs
- RawAppCommandInputReport.cs
- HuffCodec.cs
- BypassElement.cs
- RevocationPoint.cs
- BitmapEffectDrawing.cs
- HandleRef.cs
- CompositeControl.cs
- ArrayItemReference.cs
- DataSourceXmlSubItemAttribute.cs
- PropertyDescriptorGridEntry.cs
- PhysicalAddress.cs
- ButtonFlatAdapter.cs
- JapaneseLunisolarCalendar.cs
- CommandID.cs
- InstanceDescriptor.cs
- RMEnrollmentPage1.cs
- _Connection.cs
- WindowsClaimSet.cs
- ConstructorArgumentAttribute.cs
- Style.cs
- SortDescription.cs
- SignatureDescription.cs
- Decimal.cs
- NameHandler.cs
- Environment.cs
- ObjectListFieldsPage.cs
- ConfigurationManagerInternalFactory.cs
- XPathNode.cs
- WebConfigurationHostFileChange.cs
- FrameDimension.cs
- TypeConverter.cs
- EdmToObjectNamespaceMap.cs
- ConnectionPoint.cs
- MexBindingElement.cs
- NativeMethods.cs
- EventSourceCreationData.cs
- AuthenticationServiceManager.cs
- _emptywebproxy.cs
- AvTraceFormat.cs
- BindingGraph.cs
- OracleBFile.cs
- ZoneMembershipCondition.cs
- SqlPersonalizationProvider.cs
- HttpRequestBase.cs
- CodeDOMProvider.cs
- StringFreezingAttribute.cs
- MetafileHeader.cs
- TimeZoneInfo.cs
- Constants.cs
- ServiceDescriptionImporter.cs
- ScriptManagerProxy.cs
- ViewLoader.cs
- EntityCommandExecutionException.cs
- MemberPath.cs
- Stopwatch.cs
- RequestCacheEntry.cs
- CodeTryCatchFinallyStatement.cs
- DictionaryGlobals.cs
- XsltConvert.cs
- SerializerDescriptor.cs
- MethodBuilder.cs
- JavaScriptString.cs
- HasCopySemanticsAttribute.cs
- CancelRequestedRecord.cs
- Parser.cs
- EventLogStatus.cs
- Dump.cs
- MarginCollapsingState.cs
- FaultBookmark.cs
- PackagePartCollection.cs
- ScaleTransform3D.cs
- WorkerRequest.cs
- ClientConfigPaths.cs
- webbrowsersite.cs
- ProfileProvider.cs
- GroupBoxAutomationPeer.cs
- BitmapDecoder.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- OleDbInfoMessageEvent.cs
- HtmlTextArea.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- Attribute.cs
- FormParameter.cs
- XmlBuffer.cs
- CursorConverter.cs
- CopyNodeSetAction.cs
- SystemIcmpV6Statistics.cs
- SharedPerformanceCounter.cs
- ProofTokenCryptoHandle.cs
- DataView.cs
- TimelineGroup.cs
- ValidationEventArgs.cs
- ProtectedConfiguration.cs
- TextTrailingWordEllipsis.cs
- odbcmetadatacollectionnames.cs
- Query.cs