Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / InfoCardArgumentException.cs / 1 / InfoCardArgumentException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Indicates an incorrect argument was passed to the system. // internal class InfoCardArgumentException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_ARGUMENT; public InfoCardArgumentException() : base( HRESULT ) { } public InfoCardArgumentException( string message ) :base( HRESULT, message ) { } public InfoCardArgumentException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected InfoCardArgumentException( 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
- SettingsPropertyIsReadOnlyException.cs
- AccessKeyManager.cs
- AttachmentService.cs
- OleDbRowUpdatingEvent.cs
- RelatedImageListAttribute.cs
- IdnMapping.cs
- HotSpot.cs
- TextReader.cs
- HttpChannelHelper.cs
- SystemInformation.cs
- InstanceStoreQueryResult.cs
- ContentElementAutomationPeer.cs
- IQueryable.cs
- ButtonBaseAutomationPeer.cs
- TransformerInfoCollection.cs
- WebEventTraceProvider.cs
- PageThemeParser.cs
- TableLayoutStyle.cs
- StateMachineWorkflowDesigner.cs
- Latin1Encoding.cs
- WebReferencesBuildProvider.cs
- NotificationContext.cs
- DeflateEmulationStream.cs
- WindowInteropHelper.cs
- DynamicResourceExtension.cs
- IfAction.cs
- Util.cs
- OracleConnectionFactory.cs
- DataGridViewRowStateChangedEventArgs.cs
- FormCollection.cs
- ToolStripPanelSelectionBehavior.cs
- Context.cs
- WebPartManagerInternals.cs
- XmlMapping.cs
- ParagraphVisual.cs
- CorrelationToken.cs
- MetaColumn.cs
- SpeakCompletedEventArgs.cs
- ListParaClient.cs
- XdrBuilder.cs
- ConnectionManager.cs
- HijriCalendar.cs
- SqlParameterizer.cs
- Memoizer.cs
- TypedTableBase.cs
- RuntimeHelpers.cs
- GlyphRunDrawing.cs
- ProfileInfo.cs
- SectionXmlInfo.cs
- XmlObjectSerializerReadContext.cs
- StructuredProperty.cs
- EmptyTextWriter.cs
- XPathExpr.cs
- AdjustableArrowCap.cs
- ImpersonationContext.cs
- PeerApplicationLaunchInfo.cs
- ObjectHandle.cs
- StreamGeometryContext.cs
- unsafeIndexingFilterStream.cs
- MembershipPasswordException.cs
- RoutedEventHandlerInfo.cs
- DataGridViewCellStyleBuilderDialog.cs
- SQLConvert.cs
- WebEvents.cs
- OdbcConnectionHandle.cs
- ApplicationException.cs
- LogExtent.cs
- SourceElementsCollection.cs
- AccessDataSourceView.cs
- TypeHelpers.cs
- BaseParagraph.cs
- ColorTranslator.cs
- ThreadStaticAttribute.cs
- ReachPageContentCollectionSerializer.cs
- MatchingStyle.cs
- OdbcConnectionPoolProviderInfo.cs
- ItemsChangedEventArgs.cs
- ComProxy.cs
- ScriptComponentDescriptor.cs
- FilteredAttributeCollection.cs
- PerfProviderCollection.cs
- NumericUpDownAcceleration.cs
- DataObjectFieldAttribute.cs
- GroupJoinQueryOperator.cs
- RtfToXamlReader.cs
- XmlDeclaration.cs
- SqlTopReducer.cs
- ZipIOExtraFieldElement.cs
- SafeNativeMethods.cs
- SecurityUtils.cs
- PagerStyle.cs
- BaseDataListActionList.cs
- AstNode.cs
- DiscreteKeyFrames.cs
- NavigationWindowAutomationPeer.cs
- CustomError.cs
- RenderData.cs
- WinEventHandler.cs
- FullTextLine.cs
- IItemProperties.cs