Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / ProcessExitedException.cs / 1 / ProcessExitedException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Indicates that a process exited unexpectedly. // internal class ProcessExitedException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_PROCESSDIED; public ProcessExitedException() : base( HRESULT ) { } public ProcessExitedException( string message ) :base( HRESULT, message ) { } public ProcessExitedException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected ProcessExitedException( 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
- ImagingCache.cs
- QueryableFilterUserControl.cs
- IPAddress.cs
- Int64KeyFrameCollection.cs
- SQLBytes.cs
- CodeTypeConstructor.cs
- ArraySet.cs
- RelationshipConverter.cs
- ValidationPropertyAttribute.cs
- RectangleHotSpot.cs
- DateTimeFormatInfoScanner.cs
- ToolboxDataAttribute.cs
- SelectionItemProviderWrapper.cs
- SliderAutomationPeer.cs
- BamlStream.cs
- PixelFormats.cs
- ClientConvert.cs
- ProcessModelSection.cs
- LinkedResourceCollection.cs
- PageParser.cs
- GridItemCollection.cs
- MobileUserControlDesigner.cs
- Win32PrintDialog.cs
- DataGridViewRowPrePaintEventArgs.cs
- PixelFormat.cs
- GradientPanel.cs
- EdmItemError.cs
- Content.cs
- WebPartConnection.cs
- CategoryState.cs
- AccessControlEntry.cs
- ProfileManager.cs
- SiteMap.cs
- JsonWriter.cs
- HitTestParameters.cs
- OleDbErrorCollection.cs
- SaveLedgerEntryRequest.cs
- MdiWindowListItemConverter.cs
- _DomainName.cs
- DiffuseMaterial.cs
- NestedContainer.cs
- QueryStringParameter.cs
- DrawingContext.cs
- RadioButton.cs
- ToolStripContainer.cs
- TextRunCacheImp.cs
- Model3D.cs
- OutOfMemoryException.cs
- BitmapInitialize.cs
- Authorization.cs
- ComplusEndpointConfigContainer.cs
- NetworkCredential.cs
- CmsInterop.cs
- FrameworkRichTextComposition.cs
- DirectionalLight.cs
- ConfigXmlWhitespace.cs
- DataContractSerializerSection.cs
- SimplePropertyEntry.cs
- PlaceHolder.cs
- TypeReference.cs
- SiteIdentityPermission.cs
- SurrogateEncoder.cs
- FormViewDeleteEventArgs.cs
- UrlParameterWriter.cs
- MemberPathMap.cs
- ToolboxComponentsCreatingEventArgs.cs
- KeyToListMap.cs
- TypeForwardedToAttribute.cs
- ServiceModelActivationSectionGroup.cs
- ObjectAnimationUsingKeyFrames.cs
- Touch.cs
- ListViewItem.cs
- MimeTypeMapper.cs
- XmlLoader.cs
- EntityContainer.cs
- TreeNodeClickEventArgs.cs
- SpeechEvent.cs
- CustomPopupPlacement.cs
- ProfileParameter.cs
- Decimal.cs
- ipaddressinformationcollection.cs
- PeerInvitationResponse.cs
- PriorityChain.cs
- TracedNativeMethods.cs
- CodeExporter.cs
- ScriptBehaviorDescriptor.cs
- JsonWriter.cs
- CodeDelegateInvokeExpression.cs
- DetailsViewRow.cs
- MSHTMLHostUtil.cs
- ListBoxItemWrapperAutomationPeer.cs
- ReliableSessionBindingElementImporter.cs
- KeyToListMap.cs
- Validator.cs
- MenuBindingsEditor.cs
- MetadataItemEmitter.cs
- GeneralTransformGroup.cs
- Double.cs
- BindingExpression.cs
- RawStylusInputReport.cs