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
- ToolStripDropDownItemDesigner.cs
- ProtocolsConfigurationEntry.cs
- DateTime.cs
- UserControlParser.cs
- ErrorReporting.cs
- SplayTreeNode.cs
- QuaternionRotation3D.cs
- WebScriptEnablingBehavior.cs
- Int64Converter.cs
- IisTraceListener.cs
- CounterCreationDataCollection.cs
- ActivityDesigner.cs
- StreamWriter.cs
- HMACSHA1.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- OdbcException.cs
- HtmlContainerControl.cs
- CacheVirtualItemsEvent.cs
- QueryAccessibilityHelpEvent.cs
- XmlWriterDelegator.cs
- HttpModuleAction.cs
- StructuredTypeEmitter.cs
- PageTheme.cs
- TypeUsage.cs
- safesecurityhelperavalon.cs
- InkCollectionBehavior.cs
- KeyValuePair.cs
- TableCellCollection.cs
- MarshalByRefObject.cs
- EncodingTable.cs
- DPAPIProtectedConfigurationProvider.cs
- TextDecorationUnitValidation.cs
- RangeValidator.cs
- SecurityContextTokenCache.cs
- UriTemplateMatch.cs
- ItemsControlAutomationPeer.cs
- WebBodyFormatMessageProperty.cs
- Completion.cs
- Matrix.cs
- SQLGuid.cs
- TemplateField.cs
- WriteTimeStream.cs
- EventlogProvider.cs
- HighlightVisual.cs
- unsafenativemethodstextservices.cs
- TypeToken.cs
- HMACSHA256.cs
- ManipulationStartingEventArgs.cs
- Color.cs
- CollectionAdapters.cs
- AsyncCompletedEventArgs.cs
- XmlSchemaValidationException.cs
- SecUtil.cs
- ValidationSummary.cs
- GridView.cs
- ColumnCollectionEditor.cs
- CheckoutException.cs
- XmlDocumentSerializer.cs
- ThemeableAttribute.cs
- BindingOperations.cs
- DynamicQueryStringParameter.cs
- TransformPattern.cs
- FormsAuthenticationConfiguration.cs
- AccessKeyManager.cs
- DatePickerTextBox.cs
- Button.cs
- NameSpaceExtractor.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- SEHException.cs
- ScriptResourceAttribute.cs
- SafeUserTokenHandle.cs
- PrimaryKeyTypeConverter.cs
- ISAPIApplicationHost.cs
- InheritanceRules.cs
- exports.cs
- EpmSourcePathSegment.cs
- QueryStringParameter.cs
- Brushes.cs
- SerialErrors.cs
- FlowDocument.cs
- NopReturnReader.cs
- QueryOperationResponseOfT.cs
- SiteOfOriginPart.cs
- XmlSchemaSimpleTypeList.cs
- DrawingVisual.cs
- SBCSCodePageEncoding.cs
- ReadOnlyCollectionBase.cs
- WebPartZoneBase.cs
- ProxyWebPartConnectionCollection.cs
- ViewStateChangedEventArgs.cs
- X509Certificate2Collection.cs
- RichTextBoxAutomationPeer.cs
- EnumType.cs
- ToolStripOverflow.cs
- PrinterSettings.cs
- CollectionConverter.cs
- MultiDataTrigger.cs
- VirtualizedItemProviderWrapper.cs
- ListViewAutomationPeer.cs
- AVElementHelper.cs