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
- GridViewItemAutomationPeer.cs
- VariantWrapper.cs
- DataSvcMapFile.cs
- StylusPointProperty.cs
- OpenTypeCommon.cs
- SchemaMapping.cs
- DecoderFallback.cs
- BufferedReadStream.cs
- PropertyGroupDescription.cs
- SqlConnectionStringBuilder.cs
- PathStreamGeometryContext.cs
- RightsManagementEncryptedStream.cs
- XmlNamespaceDeclarationsAttribute.cs
- CompleteWizardStep.cs
- SimpleWebHandlerParser.cs
- TransformedBitmap.cs
- EastAsianLunisolarCalendar.cs
- DefaultValueAttribute.cs
- PageContent.cs
- DataGridColumnHeaderCollection.cs
- ChannelManager.cs
- ItemChangedEventArgs.cs
- JoinElimination.cs
- RegexCompilationInfo.cs
- BinaryQueryOperator.cs
- FileVersionInfo.cs
- XmlText.cs
- GCHandleCookieTable.cs
- BindingOperations.cs
- TextLine.cs
- PolyBezierSegmentFigureLogic.cs
- PrePrepareMethodAttribute.cs
- MaskedTextProvider.cs
- CapiSymmetricAlgorithm.cs
- HostedImpersonationContext.cs
- StateItem.cs
- ObjectTypeMapping.cs
- SqlTypesSchemaImporter.cs
- GeneratedCodeAttribute.cs
- PrintingPermission.cs
- HtmlTableRow.cs
- TheQuery.cs
- Vector3DAnimationBase.cs
- GradientStop.cs
- BookmarkCallbackWrapper.cs
- ShortcutKeysEditor.cs
- ScriptingProfileServiceSection.cs
- SoapException.cs
- HtmlSelect.cs
- XPathDescendantIterator.cs
- StackSpiller.Generated.cs
- DispatcherTimer.cs
- CounterCreationData.cs
- TimerElapsedEvenArgs.cs
- Visual.cs
- NameObjectCollectionBase.cs
- MailHeaderInfo.cs
- PeerReferralPolicy.cs
- CodeTypeDeclarationCollection.cs
- SoapReflectionImporter.cs
- Pair.cs
- View.cs
- AspNetPartialTrustHelpers.cs
- AdapterDictionary.cs
- DocumentStatusResources.cs
- ObjectParameter.cs
- AQNBuilder.cs
- DebugControllerThread.cs
- CodeTypeReference.cs
- IpcClientManager.cs
- DerivedKeySecurityToken.cs
- IncrementalReadDecoders.cs
- SchemaConstraints.cs
- _ConnectStream.cs
- Underline.cs
- SqlDataSource.cs
- HtmlElementErrorEventArgs.cs
- TreeViewImageKeyConverter.cs
- GeometryDrawing.cs
- LineSegment.cs
- BitmapEffectState.cs
- NavigatorOutput.cs
- filewebresponse.cs
- FunctionParameter.cs
- PreviewPrintController.cs
- StaticFileHandler.cs
- HtmlInputPassword.cs
- ComponentConverter.cs
- SqlDataSourceCustomCommandEditor.cs
- WithStatement.cs
- WCFBuildProvider.cs
- ResourceContainer.cs
- WebServiceData.cs
- ObservableDictionary.cs
- XsdDateTime.cs
- AppModelKnownContentFactory.cs
- StorageEntityTypeMapping.cs
- WSSecurityXXX2005.cs
- RowToParametersTransformer.cs
- HttpListenerResponse.cs