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
- XmlSchemaAnnotated.cs
- FormatterServices.cs
- _IPv4Address.cs
- Application.cs
- DoWorkEventArgs.cs
- HwndStylusInputProvider.cs
- ProtectedConfiguration.cs
- EntityDataSourceQueryBuilder.cs
- _SSPIWrapper.cs
- WorkflowServiceAttributes.cs
- SQLInt64Storage.cs
- panel.cs
- _ShellExpression.cs
- OverrideMode.cs
- ExceptionHandler.cs
- ExceptionHelpers.cs
- StdValidatorsAndConverters.cs
- KeyValueSerializer.cs
- ReadOnlyDictionary.cs
- KeyPullup.cs
- AttributeCollection.cs
- QilInvokeEarlyBound.cs
- VideoDrawing.cs
- SelectQueryOperator.cs
- ComponentResourceKeyConverter.cs
- UiaCoreApi.cs
- TraceSwitch.cs
- ResolvePPIDRequest.cs
- LoginAutoFormat.cs
- IHttpResponseInternal.cs
- UriSection.cs
- DataServiceConfiguration.cs
- LocalizableAttribute.cs
- RawMouseInputReport.cs
- DecoratedNameAttribute.cs
- EdmItemCollection.cs
- ActivityBuilderXamlWriter.cs
- IsolatedStorageFile.cs
- HttpBrowserCapabilitiesWrapper.cs
- BamlWriter.cs
- Matrix3D.cs
- Attributes.cs
- IdentifierCreationService.cs
- NamedObject.cs
- InstanceHandle.cs
- ExtractedStateEntry.cs
- Debug.cs
- XmlMtomReader.cs
- APCustomTypeDescriptor.cs
- WebPartDescriptionCollection.cs
- Process.cs
- dsa.cs
- SimplePropertyEntry.cs
- ObjectHelper.cs
- ListViewSelectEventArgs.cs
- ProviderSettingsCollection.cs
- FrameworkContentElementAutomationPeer.cs
- ProtocolElement.cs
- dtdvalidator.cs
- HttpResponseBase.cs
- XmlHierarchicalDataSourceView.cs
- PrintEvent.cs
- StylusButtonCollection.cs
- IconBitmapDecoder.cs
- FixedTextView.cs
- CompilerScopeManager.cs
- SQLInt32Storage.cs
- SHA512Managed.cs
- CollectionChangedEventManager.cs
- DataGridSortCommandEventArgs.cs
- TableDetailsCollection.cs
- XpsFilter.cs
- TriggerActionCollection.cs
- ColumnCollection.cs
- OutputCacheSettings.cs
- WebPartEditorApplyVerb.cs
- Baml2006Reader.cs
- StringStorage.cs
- ObjectToIdCache.cs
- ToolStripPanel.cs
- XmlObjectSerializerReadContextComplexJson.cs
- PiiTraceSource.cs
- RayHitTestParameters.cs
- Visual3DCollection.cs
- Converter.cs
- SystemWebCachingSectionGroup.cs
- Vector3DValueSerializer.cs
- CodeParameterDeclarationExpressionCollection.cs
- EmptyWithCancelationCheckWorkItem.cs
- ByteAnimation.cs
- Pen.cs
- MatrixStack.cs
- ServiceNameCollection.cs
- PropertyMapper.cs
- StylusButtonEventArgs.cs
- Int32Collection.cs
- BrowsableAttribute.cs
- BaseCodePageEncoding.cs
- ContextStack.cs
- FlagsAttribute.cs