Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / TokenCreationException.cs / 1 / TokenCreationException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Indicates that an issue occurred during the creation of a token. // internal class TokenCreationException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_TOKENCREATION; public TokenCreationException() : base( HRESULT ) { } public TokenCreationException( string message ) :base( HRESULT, message ) { } public TokenCreationException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected TokenCreationException( 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
- WeakEventManager.cs
- SignerInfo.cs
- TagPrefixCollection.cs
- Models.cs
- DummyDataSource.cs
- ForeignKeyConstraint.cs
- SerializationInfoEnumerator.cs
- WorkflowPageSetupDialog.cs
- ScrollProviderWrapper.cs
- Button.cs
- ChameleonKey.cs
- DatatypeImplementation.cs
- MonthCalendarDesigner.cs
- FixedTextContainer.cs
- FixedDocumentPaginator.cs
- ByteStreamMessageEncodingElement.cs
- RegionIterator.cs
- DataBindingCollection.cs
- SecurityDescriptor.cs
- WindowsBrush.cs
- Image.cs
- List.cs
- AssemblyAttributes.cs
- RectKeyFrameCollection.cs
- LocalBuilder.cs
- CalendarDataBindingHandler.cs
- ServiceModelPerformanceCounters.cs
- SerializationFieldInfo.cs
- SchemaImporter.cs
- InitializationEventAttribute.cs
- PointHitTestResult.cs
- CommonRemoteMemoryBlock.cs
- ReadOnlyDictionary.cs
- ToolStripItemClickedEventArgs.cs
- ScriptResourceAttribute.cs
- AttributeCollection.cs
- DynamicRendererThreadManager.cs
- OperandQuery.cs
- DataStreamFromComStream.cs
- Version.cs
- DeviceSpecificChoiceCollection.cs
- DefaultAuthorizationContext.cs
- UnaryQueryOperator.cs
- DriveNotFoundException.cs
- PersonalizableTypeEntry.cs
- DataRowChangeEvent.cs
- InfoCardProofToken.cs
- DataFieldCollectionEditor.cs
- OracleFactory.cs
- AdapterDictionary.cs
- ComponentSerializationService.cs
- MenuItem.cs
- AnonymousIdentificationModule.cs
- DesignerAutoFormatStyle.cs
- Number.cs
- Command.cs
- XmlFormatWriterGenerator.cs
- MissingMethodException.cs
- PhysicalOps.cs
- ExpressionParser.cs
- HttpCachePolicyWrapper.cs
- PostBackOptions.cs
- Metadata.cs
- TextAction.cs
- XmlSecureResolver.cs
- DateTimeSerializationSection.cs
- UnknownBitmapDecoder.cs
- SocketElement.cs
- ContentHostHelper.cs
- HttpNamespaceReservationInstallComponent.cs
- OutputCacheProfile.cs
- RouteTable.cs
- AsyncCallback.cs
- TrustLevel.cs
- MultiAsyncResult.cs
- HtmlValidationSummaryAdapter.cs
- MenuItem.cs
- SpellerError.cs
- ArcSegment.cs
- VirtualizingStackPanel.cs
- WindowsAuthenticationModule.cs
- OperationCanceledException.cs
- StylusButton.cs
- UnionCodeGroup.cs
- GrammarBuilder.cs
- ProfileProvider.cs
- ChannelFactoryBase.cs
- ChangeProcessor.cs
- FontInfo.cs
- DocumentXPathNavigator.cs
- WCFServiceClientProxyGenerator.cs
- AuthenticationModuleElement.cs
- StateChangeEvent.cs
- WebProxyScriptElement.cs
- TrustLevelCollection.cs
- ProxyWebPartConnectionCollection.cs
- TransformValueSerializer.cs
- CompressedStack.cs
- ConfigurationProperty.cs
- NetNamedPipeBindingElement.cs