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
- MSAANativeProvider.cs
- XhtmlTextWriter.cs
- TemplatedWizardStep.cs
- XmlSchemaInfo.cs
- MenuCommand.cs
- AsyncPostBackErrorEventArgs.cs
- ByteArrayHelperWithString.cs
- ParallelQuery.cs
- BoolExpr.cs
- WebPartPersonalization.cs
- EntityStoreSchemaFilterEntry.cs
- StdRegProviderWrapper.cs
- ExtenderProviderService.cs
- SymbolMethod.cs
- Soap12ProtocolImporter.cs
- HostingEnvironmentSection.cs
- WebException.cs
- DescriptionAttribute.cs
- EventListenerClientSide.cs
- Switch.cs
- FieldTemplateUserControl.cs
- XmlCompatibilityReader.cs
- OdbcInfoMessageEvent.cs
- WinFormsComponentEditor.cs
- DocumentApplicationJournalEntry.cs
- RtfFormatStack.cs
- BinaryWriter.cs
- MultilineStringConverter.cs
- HtmlCalendarAdapter.cs
- TraceRecord.cs
- NetTcpSecurity.cs
- ParseHttpDate.cs
- MemoryMappedViewStream.cs
- SchemaMerger.cs
- ProcessHostFactoryHelper.cs
- CodeSnippetCompileUnit.cs
- ProjectionCamera.cs
- SchemaDeclBase.cs
- ApplyTemplatesAction.cs
- BreakRecordTable.cs
- UnmanagedMarshal.cs
- SchemaObjectWriter.cs
- MULTI_QI.cs
- SingleKeyFrameCollection.cs
- HtmlInputSubmit.cs
- LoggedException.cs
- DriveNotFoundException.cs
- ContentTextAutomationPeer.cs
- DotExpr.cs
- VirtualPathUtility.cs
- FamilyMapCollection.cs
- SafeRsaProviderHandle.cs
- ColorConverter.cs
- XmlTextEncoder.cs
- InternalSafeNativeMethods.cs
- _UncName.cs
- LogRecordSequence.cs
- Latin1Encoding.cs
- PublisherMembershipCondition.cs
- ApplySecurityAndSendAsyncResult.cs
- WebSysDescriptionAttribute.cs
- XamlPoint3DCollectionSerializer.cs
- TCPClient.cs
- NotifyIcon.cs
- ImmutablePropertyDescriptorGridEntry.cs
- Point3DConverter.cs
- DataGridColumnsPage.cs
- PlainXmlDeserializer.cs
- GenerateTemporaryTargetAssembly.cs
- SocketException.cs
- InkCanvasInnerCanvas.cs
- ProviderCollection.cs
- ResourceReader.cs
- StatusStrip.cs
- FtpWebResponse.cs
- OdbcInfoMessageEvent.cs
- ProcessThreadCollection.cs
- PixelShader.cs
- ClusterSafeNativeMethods.cs
- ControlAdapter.cs
- MatchingStyle.cs
- WebHttpDispatchOperationSelectorData.cs
- TextHintingModeValidation.cs
- ImageAnimator.cs
- XmlSerializerSection.cs
- MexBindingBindingCollectionElement.cs
- ConditionalWeakTable.cs
- OdbcCommandBuilder.cs
- ButtonFlatAdapter.cs
- ICspAsymmetricAlgorithm.cs
- PixelFormat.cs
- CodeSubDirectoriesCollection.cs
- MultiAsyncResult.cs
- MailAddressParser.cs
- XmlAttributes.cs
- ApplicationDirectory.cs
- CrossAppDomainChannel.cs
- FieldToken.cs
- TokenizerHelper.cs
- RuntimeResourceSet.cs