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
- IdleTimeoutMonitor.cs
- GridViewDeletedEventArgs.cs
- InteropAutomationProvider.cs
- BinaryQueryOperator.cs
- _NativeSSPI.cs
- SystemIPv6InterfaceProperties.cs
- IdentityNotMappedException.cs
- FixedHighlight.cs
- DataPagerFieldItem.cs
- XmlNode.cs
- BinHexDecoder.cs
- Rotation3DAnimationBase.cs
- EventProxy.cs
- ProvidersHelper.cs
- SystemFonts.cs
- RowSpanVector.cs
- PlaceHolder.cs
- DataListItem.cs
- SeekStoryboard.cs
- ForceCopyBuildProvider.cs
- KeySplineConverter.cs
- MenuDesigner.cs
- ScrollItemProviderWrapper.cs
- PageBreakRecord.cs
- ControlCachePolicy.cs
- HtmlSelect.cs
- DataGridBoolColumn.cs
- X509CertificateStore.cs
- HttpConfigurationContext.cs
- TextServicesHost.cs
- GlyphInfoList.cs
- PipelineDeploymentState.cs
- PropagatorResult.cs
- SqlClientFactory.cs
- HttpModulesSection.cs
- BitmapDownload.cs
- DictionarySurrogate.cs
- CryptoStream.cs
- DataBindEngine.cs
- DataSourceCache.cs
- DateTimeConstantAttribute.cs
- ImageMap.cs
- CompletionProxy.cs
- FixedDocument.cs
- ClientSession.cs
- HtmlContainerControl.cs
- ClientTargetSection.cs
- HttpWriter.cs
- TypeCacheManager.cs
- XmlSigningNodeWriter.cs
- HttpConfigurationContext.cs
- TypedElement.cs
- TypeForwardedFromAttribute.cs
- VirtualPathExtension.cs
- ClientSideProviderDescription.cs
- ReadWriteControlDesigner.cs
- RectConverter.cs
- PartManifestEntry.cs
- CqlParserHelpers.cs
- PropertyGeneratedEventArgs.cs
- DesignSurfaceServiceContainer.cs
- RemotingServices.cs
- DefaultHttpHandler.cs
- TypeRestriction.cs
- DistinctQueryOperator.cs
- DataGridCellClipboardEventArgs.cs
- ActiveXHelper.cs
- DebugView.cs
- JournalEntry.cs
- ActionFrame.cs
- CodeVariableReferenceExpression.cs
- CompilerCollection.cs
- WorkflowServiceAttributesTypeConverter.cs
- UnmanagedMarshal.cs
- ScriptingProfileServiceSection.cs
- EventTrigger.cs
- WindowsTab.cs
- Util.cs
- Transactions.cs
- HashCodeCombiner.cs
- MemberAccessException.cs
- CustomAttribute.cs
- CustomWebEventKey.cs
- BatchParser.cs
- CompilerGlobalScopeAttribute.cs
- HMACSHA512.cs
- PolicyUnit.cs
- FragmentNavigationEventArgs.cs
- CodeTypeReference.cs
- Matrix.cs
- IOThreadScheduler.cs
- CodePrimitiveExpression.cs
- Image.cs
- KeyTime.cs
- ReceiveActivityValidator.cs
- UIElement.cs
- SchemaInfo.cs
- PrivilegeNotHeldException.cs
- DeviceContext2.cs
- StatusStrip.cs