Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / InfoCardArgumentException.cs / 1305376 / 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. //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataServiceQueryProvider.cs
- VerificationException.cs
- XmlArrayAttribute.cs
- GenericEnumerator.cs
- Stroke.cs
- StylusDevice.cs
- CompressedStack.cs
- Event.cs
- XmlBaseReader.cs
- RoutedCommand.cs
- KeyedHashAlgorithm.cs
- Pair.cs
- ToolboxItemAttribute.cs
- TreeNodeEventArgs.cs
- ActivityExecutionFilter.cs
- CompilerResults.cs
- RequestChannel.cs
- MatchingStyle.cs
- BrushMappingModeValidation.cs
- FormViewUpdatedEventArgs.cs
- MasterPageCodeDomTreeGenerator.cs
- WebControlAdapter.cs
- ToolboxItem.cs
- ByteStack.cs
- ImmutableObjectAttribute.cs
- XmlIgnoreAttribute.cs
- EditorZoneBase.cs
- Repeater.cs
- BatchParser.cs
- TranslateTransform.cs
- ComAdminWrapper.cs
- InputBuffer.cs
- EntityContainerAssociationSet.cs
- ConsumerConnectionPoint.cs
- EmptyEnumerator.cs
- ViewStateException.cs
- WebRequestModulesSection.cs
- StringWriter.cs
- ConstraintManager.cs
- WebPartsPersonalization.cs
- SmiEventSink_Default.cs
- EditBehavior.cs
- OrderByExpression.cs
- CompressStream.cs
- MetaForeignKeyColumn.cs
- HtmlInputControl.cs
- ValueUnavailableException.cs
- EdmMember.cs
- IERequestCache.cs
- XmlAttributeProperties.cs
- RawMouseInputReport.cs
- HttpListenerRequest.cs
- DbTransaction.cs
- MetadataArtifactLoaderResource.cs
- SqlConnectionString.cs
- ActivityMarkupSerializationProvider.cs
- ViewStateException.cs
- SendMailErrorEventArgs.cs
- DataGridToolTip.cs
- mda.cs
- VectorKeyFrameCollection.cs
- CodeCommentStatement.cs
- RegistrationServices.cs
- WinFormsSpinner.cs
- DurableEnlistmentState.cs
- DesignerOptionService.cs
- Preprocessor.cs
- TrackingProfileDeserializationException.cs
- FixedMaxHeap.cs
- ProfileGroupSettings.cs
- ConditionalAttribute.cs
- ConfigurationSectionGroup.cs
- PostBackOptions.cs
- HttpHeaderCollection.cs
- AttributeProviderAttribute.cs
- SecurityUtils.cs
- MdiWindowListStrip.cs
- WorkflowEventArgs.cs
- ClientConvert.cs
- DataGridParentRows.cs
- MemberAccessException.cs
- DiscoveryReferences.cs
- CodeExpressionStatement.cs
- GridSplitter.cs
- SymbolType.cs
- SortExpressionBuilder.cs
- MethodToken.cs
- PagedDataSource.cs
- StoreItemCollection.cs
- SelectedGridItemChangedEvent.cs
- ComponentEditorPage.cs
- EntityProviderFactory.cs
- ImpersonateTokenRef.cs
- _SslState.cs
- OleDbSchemaGuid.cs
- __FastResourceComparer.cs
- UnicodeEncoding.cs
- XXXOnTypeBuilderInstantiation.cs
- WebPermission.cs
- FixedTextView.cs