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
- InternalBufferOverflowException.cs
- XamlInterfaces.cs
- _ScatterGatherBuffers.cs
- LongPath.cs
- StyleSheetComponentEditor.cs
- FigureParagraph.cs
- RectConverter.cs
- Int32.cs
- UserControl.cs
- StorageEndPropertyMapping.cs
- ScriptReferenceBase.cs
- TemplateBaseAction.cs
- LocatorGroup.cs
- ContextMarshalException.cs
- bidPrivateBase.cs
- Ticks.cs
- Selector.cs
- TitleStyle.cs
- AnnotationStore.cs
- DiscoveryExceptionDictionary.cs
- DataGridCommandEventArgs.cs
- wgx_render.cs
- MethodRental.cs
- AvtEvent.cs
- ViewKeyConstraint.cs
- OracleString.cs
- TextTreeTextElementNode.cs
- DataGridViewButtonColumn.cs
- ImageDrawing.cs
- NetTcpSecurityElement.cs
- GeometryGroup.cs
- WebPartUtil.cs
- ASCIIEncoding.cs
- InputReport.cs
- SynchronizedDispatch.cs
- SystemResources.cs
- IItemContainerGenerator.cs
- XmlWellformedWriter.cs
- TextAnchor.cs
- CellCreator.cs
- FormsIdentity.cs
- AuthenticodeSignatureInformation.cs
- WebServiceErrorEvent.cs
- Canonicalizers.cs
- webbrowsersite.cs
- ExtensibleClassFactory.cs
- NegationPusher.cs
- RtType.cs
- BooleanConverter.cs
- DataGridViewCellConverter.cs
- BulletedListDesigner.cs
- ValueUtilsSmi.cs
- TextSegment.cs
- ProvidePropertyAttribute.cs
- FixedSOMTableCell.cs
- ActionFrame.cs
- Content.cs
- ErrorEventArgs.cs
- NetworkCredential.cs
- ParenthesizePropertyNameAttribute.cs
- EventPrivateKey.cs
- DeferredTextReference.cs
- MenuCommand.cs
- DataSysAttribute.cs
- SimpleHandlerBuildProvider.cs
- DecoderFallbackWithFailureFlag.cs
- SpellerInterop.cs
- TheQuery.cs
- FormViewDeletedEventArgs.cs
- MinMaxParagraphWidth.cs
- CodeAccessPermission.cs
- Gdiplus.cs
- ContainerActivationHelper.cs
- FilterEventArgs.cs
- StatusBarPanelClickEvent.cs
- DataBindEngine.cs
- CustomAttribute.cs
- VolatileResourceManager.cs
- RtfNavigator.cs
- NamedPipeProcessProtocolHandler.cs
- XmlMemberMapping.cs
- XPathNavigatorReader.cs
- GroupBoxAutomationPeer.cs
- RemotingServices.cs
- Parser.cs
- DecimalConverter.cs
- InputMethodStateTypeInfo.cs
- VerificationAttribute.cs
- PersonalizablePropertyEntry.cs
- OperationContractAttribute.cs
- FileController.cs
- ActiveDocumentEvent.cs
- DictionaryContent.cs
- SelectedDatesCollection.cs
- InputLanguageProfileNotifySink.cs
- CapabilitiesPattern.cs
- KoreanCalendar.cs
- Input.cs
- OleDbEnumerator.cs
- ProxyFragment.cs