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
- PermissionSet.cs
- ImageDrawing.cs
- DataViewManager.cs
- SoapRpcMethodAttribute.cs
- Expressions.cs
- JsonGlobals.cs
- ConnectionsZoneDesigner.cs
- PreApplicationStartMethodAttribute.cs
- CryptoApi.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- _AutoWebProxyScriptWrapper.cs
- StateMachineWorkflowInstance.cs
- ContentElement.cs
- ExpressionNormalizer.cs
- BindingWorker.cs
- DrawingVisual.cs
- XmlSchemaDatatype.cs
- RuntimeConfigurationRecord.cs
- EasingQuaternionKeyFrame.cs
- LeaseManager.cs
- ComponentCollection.cs
- ProcessProtocolHandler.cs
- Stylesheet.cs
- MimeWriter.cs
- NullExtension.cs
- DropShadowEffect.cs
- HtmlWindowCollection.cs
- Point3DConverter.cs
- EntityDataSourceWrapperCollection.cs
- FontSizeConverter.cs
- SqlTopReducer.cs
- Executor.cs
- SqlBulkCopyColumnMapping.cs
- MonthCalendar.cs
- CommandLineParser.cs
- ObjectDisposedException.cs
- SettingsPropertyNotFoundException.cs
- PagerSettings.cs
- SessionState.cs
- PassportPrincipal.cs
- ProfileSection.cs
- HttpStreamXmlDictionaryWriter.cs
- ProcessThread.cs
- DynamicValidator.cs
- TextDpi.cs
- FontFamily.cs
- TypeDescriptionProvider.cs
- FormViewInsertedEventArgs.cs
- ItemsChangedEventArgs.cs
- SignerInfo.cs
- ProcessModule.cs
- StylusPointPropertyUnit.cs
- NameSpaceExtractor.cs
- ItemChangedEventArgs.cs
- TextTreeUndo.cs
- HttpWebRequest.cs
- TextBox.cs
- DesignerDeviceConfig.cs
- Speller.cs
- arclist.cs
- TemplateAction.cs
- WebHeaderCollection.cs
- Conditional.cs
- BadImageFormatException.cs
- Image.cs
- DictionarySectionHandler.cs
- MenuItemBindingCollection.cs
- CustomAssemblyResolver.cs
- XmlUrlResolver.cs
- DataSourceHelper.cs
- EditorZoneDesigner.cs
- ClientTargetCollection.cs
- MenuEventArgs.cs
- DragDeltaEventArgs.cs
- IisTraceWebEventProvider.cs
- ObjectDataSourceEventArgs.cs
- StandardToolWindows.cs
- WebPartConnectVerb.cs
- DesignerValidatorAdapter.cs
- MoveSizeWinEventHandler.cs
- SQLByteStorage.cs
- CaseInsensitiveHashCodeProvider.cs
- Int32.cs
- ByteStreamGeometryContext.cs
- lengthconverter.cs
- ExpressionBuilderCollection.cs
- UniqueID.cs
- OutputCacheProfileCollection.cs
- ObjectStateManagerMetadata.cs
- TextChangedEventArgs.cs
- userdatakeys.cs
- TagPrefixInfo.cs
- TreeWalkHelper.cs
- ADMembershipProvider.cs
- TableLayoutPanel.cs
- DataGridClipboardHelper.cs
- ToolStripLocationCancelEventArgs.cs
- ExceptionRoutedEventArgs.cs
- TextContainerChangeEventArgs.cs
- NativeRecognizer.cs