Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / FailedToStartupUIException.cs / 1 / FailedToStartupUIException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Indicates that the infocard service could not be accessed. // internal class FailedToStartupUIException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_FAILEDUISTART; public FailedToStartupUIException() : base( HRESULT ) { } public FailedToStartupUIException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected FailedToStartupUIException( 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
- ProbeRequestResponseAsyncResult.cs
- DataGridView.cs
- TextRangeEdit.cs
- AspNetSynchronizationContext.cs
- AccessText.cs
- XsltLoader.cs
- XmlILStorageConverter.cs
- ExpressionList.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- OracleParameterCollection.cs
- XmlSchemaSimpleContent.cs
- ConfigurationFileMap.cs
- OracleEncoding.cs
- CodeTypeConstructor.cs
- EmptyStringExpandableObjectConverter.cs
- DateTimeOffsetConverter.cs
- PeerIPHelper.cs
- ContextStaticAttribute.cs
- PropertyItemInternal.cs
- PermissionToken.cs
- RegexCharClass.cs
- filewebresponse.cs
- NativeCppClassAttribute.cs
- EventArgs.cs
- FixedTextPointer.cs
- EditorPartCollection.cs
- DataGridPageChangedEventArgs.cs
- CharacterBufferReference.cs
- SettingsProviderCollection.cs
- ExpressionBuilderCollection.cs
- WorkflowApplicationUnloadedException.cs
- ExtendedPropertiesHandler.cs
- ReadOnlyMetadataCollection.cs
- AnchorEditor.cs
- PersonalizationStateInfoCollection.cs
- GridViewSortEventArgs.cs
- BasicCellRelation.cs
- DesignSurfaceEvent.cs
- PersonalizationEntry.cs
- DockingAttribute.cs
- NullableBoolConverter.cs
- RemotingAttributes.cs
- ExpressionNode.cs
- UIElement3D.cs
- DirectionalLight.cs
- ListDictionaryInternal.cs
- TrustLevel.cs
- ImportedNamespaceContextItem.cs
- Polyline.cs
- XmlEntityReference.cs
- TargetParameterCountException.cs
- SortFieldComparer.cs
- InputScopeNameConverter.cs
- TransformedBitmap.cs
- WebPartTransformerCollection.cs
- PriorityQueue.cs
- ListenerAdapter.cs
- ExpandCollapsePatternIdentifiers.cs
- TextOnlyOutput.cs
- IisTraceListener.cs
- TriState.cs
- ConfigurationSectionGroup.cs
- GroupLabel.cs
- HealthMonitoringSectionHelper.cs
- ValueExpressions.cs
- IResourceProvider.cs
- TemplateField.cs
- _ListenerRequestStream.cs
- ResXDataNode.cs
- AlignmentXValidation.cs
- SoapAttributeOverrides.cs
- TrackingProfileDeserializationException.cs
- SR.Designer.cs
- FontWeights.cs
- LiteralControl.cs
- DesignerDataSchemaClass.cs
- EntityClientCacheKey.cs
- Rotation3D.cs
- MessageRpc.cs
- Exceptions.cs
- RenderData.cs
- OdbcConnectionFactory.cs
- TableCell.cs
- HttpFormatExtensions.cs
- HttpWrapper.cs
- LocalBuilder.cs
- InputBinder.cs
- ZoneLinkButton.cs
- MultilineStringConverter.cs
- ApplicationFileCodeDomTreeGenerator.cs
- DataGridViewRowStateChangedEventArgs.cs
- PackageDigitalSignature.cs
- WindowsUpDown.cs
- HtmlEncodedRawTextWriter.cs
- Quad.cs
- HMAC.cs
- ListControl.cs
- EntityContainerAssociationSetEnd.cs
- UTF32Encoding.cs
- RelationshipEndMember.cs