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
- ObjectConverter.cs
- FormViewPageEventArgs.cs
- BooleanKeyFrameCollection.cs
- ClientSession.cs
- CurrencyWrapper.cs
- NumericUpDown.cs
- EntityContainerRelationshipSet.cs
- HtmlControl.cs
- IgnoreSectionHandler.cs
- KeyTime.cs
- ErrorFormatterPage.cs
- DataGridHyperlinkColumn.cs
- HttpBrowserCapabilitiesBase.cs
- XamlFigureLengthSerializer.cs
- GPPOINT.cs
- FindSimilarActivitiesVerb.cs
- XsdDuration.cs
- SplitContainer.cs
- VectorCollection.cs
- HitTestParameters3D.cs
- Int64AnimationBase.cs
- BroadcastEventHelper.cs
- TextElementEnumerator.cs
- xmlglyphRunInfo.cs
- StateMachineDesignerPaint.cs
- PeerIPHelper.cs
- JoinSymbol.cs
- CharacterString.cs
- ResourceCodeDomSerializer.cs
- embossbitmapeffect.cs
- RSACryptoServiceProvider.cs
- NullableDecimalMinMaxAggregationOperator.cs
- _SingleItemRequestCache.cs
- Pointer.cs
- CommandValueSerializer.cs
- BitStack.cs
- QueryIntervalOp.cs
- GridItem.cs
- FunctionDescription.cs
- SelectorItemAutomationPeer.cs
- VectorAnimationBase.cs
- TransformCollection.cs
- LicFileLicenseProvider.cs
- XmlSignificantWhitespace.cs
- ProfessionalColors.cs
- BinaryReader.cs
- DataGridViewBand.cs
- SingleResultAttribute.cs
- ColorInterpolationModeValidation.cs
- Separator.cs
- ObjectComplexPropertyMapping.cs
- VisualStyleInformation.cs
- OpenTypeLayoutCache.cs
- ZipIOLocalFileDataDescriptor.cs
- RoutedPropertyChangedEventArgs.cs
- RelOps.cs
- ActivationServices.cs
- SecurityPolicySection.cs
- SizeChangedInfo.cs
- ServiceHttpHandlerFactory.cs
- DataBoundControlHelper.cs
- StoreAnnotationsMap.cs
- XamlBuildTaskServices.cs
- Int32RectValueSerializer.cs
- StateInitialization.cs
- TransformGroup.cs
- SwitchExpression.cs
- ContextMarshalException.cs
- DataServiceKeyAttribute.cs
- ObjectTypeMapping.cs
- AnnotationComponentManager.cs
- GridItemPatternIdentifiers.cs
- DataSourceHelper.cs
- Drawing.cs
- DesignerVerb.cs
- WmpBitmapEncoder.cs
- DbParameterCollection.cs
- HoistedLocals.cs
- GeneralTransform3DCollection.cs
- TextDecoration.cs
- OleDbMetaDataFactory.cs
- SurrogateEncoder.cs
- CFStream.cs
- CompositeActivityTypeDescriptor.cs
- UIElement3D.cs
- _RequestLifetimeSetter.cs
- CheckBoxFlatAdapter.cs
- Queue.cs
- GridViewPageEventArgs.cs
- ApplicationDirectoryMembershipCondition.cs
- FontUnitConverter.cs
- UpdatableGenericsFeature.cs
- CacheChildrenQuery.cs
- ObjectDisposedException.cs
- Completion.cs
- MinimizableAttributeTypeConverter.cs
- NamespaceDecl.cs
- StructuredProperty.cs
- LoginUtil.cs
- CustomLineCap.cs