Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / InfoCardBaseException.cs / 1 / InfoCardBaseException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; [Serializable] internal abstract class InfoCardBaseException : System.Exception { private bool m_logged = false; private string m_extendedMessage; // Extended message string protected InfoCardBaseException( int result ) : base() { HResult = result; } protected InfoCardBaseException( int result, string message ) : base( message ) { HResult = result; } protected InfoCardBaseException( int result, string message, string extendedMessage ) : base( message ) { HResult = result; m_extendedMessage = extendedMessage; } protected InfoCardBaseException( int result, string message, Exception innerException ) : base( message, innerException ) { HResult = result; } protected InfoCardBaseException( int result, SerializationInfo info, StreamingContext context ) : base( info, context ) { HResult = result; } public int NativeHResult { get { return HResult; } } public bool Logged { get { return m_logged; } } public void MarkLogged() { m_logged = true; } public string ExtendedMessage { get { return m_extendedMessage; } } } } // 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
- InlineObject.cs
- InvalidWMPVersionException.cs
- MultipartContentParser.cs
- CardSpaceException.cs
- XmlSortKeyAccumulator.cs
- Graph.cs
- ProtectedConfiguration.cs
- QueryInterceptorAttribute.cs
- BindingSource.cs
- FunctionDescription.cs
- Converter.cs
- XMLSchema.cs
- ErrorHandler.cs
- EventWaitHandle.cs
- TemplateKey.cs
- RoutedEvent.cs
- ConnectivityStatus.cs
- PipelineModuleStepContainer.cs
- PeerOutputChannel.cs
- Exceptions.cs
- LoadWorkflowByInstanceKeyCommand.cs
- UnsafeNativeMethods.cs
- BrowserDefinition.cs
- JsonQNameDataContract.cs
- TextFormattingConverter.cs
- InheritedPropertyDescriptor.cs
- _ContextAwareResult.cs
- SessionParameter.cs
- BaseCodeDomTreeGenerator.cs
- WebPartConnectionsConfigureVerb.cs
- WebPartEditorCancelVerb.cs
- ContentFilePart.cs
- ServiceAppDomainAssociationProvider.cs
- LinkUtilities.cs
- ImpersonationContext.cs
- GPStream.cs
- SystemBrushes.cs
- ListViewInsertEventArgs.cs
- ElapsedEventArgs.cs
- ToolStripArrowRenderEventArgs.cs
- TemplateColumn.cs
- FaultCallbackWrapper.cs
- AbstractExpressions.cs
- Matrix3D.cs
- MULTI_QI.cs
- ScriptMethodAttribute.cs
- ConfigXmlComment.cs
- SrgsElementFactoryCompiler.cs
- Pointer.cs
- CodeGroup.cs
- EFColumnProvider.cs
- CapabilitiesUse.cs
- BidOverLoads.cs
- WindowsSecurityTokenAuthenticator.cs
- ICollection.cs
- MD5CryptoServiceProvider.cs
- ToggleProviderWrapper.cs
- EventlogProvider.cs
- ConnectionConsumerAttribute.cs
- CustomExpression.cs
- FlowDocumentPaginator.cs
- DesigntimeLicenseContextSerializer.cs
- MouseButtonEventArgs.cs
- altserialization.cs
- SpotLight.cs
- TextServicesContext.cs
- TriState.cs
- DoubleLinkList.cs
- PublishLicense.cs
- CompiledAction.cs
- ActiveXHelper.cs
- ExcCanonicalXml.cs
- StateMachineHistory.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- ServiceDescriptionSerializer.cs
- WebPart.cs
- CheckBoxFlatAdapter.cs
- GeometryValueSerializer.cs
- DynamicFilter.cs
- FormsAuthenticationUser.cs
- MetabaseServerConfig.cs
- _BasicClient.cs
- ExpandSegment.cs
- ListControlDataBindingHandler.cs
- XPathScanner.cs
- FileAuthorizationModule.cs
- PerformanceCounterNameAttribute.cs
- HandledMouseEvent.cs
- TaskbarItemInfo.cs
- FunctionDetailsReader.cs
- Size3D.cs
- DataControlField.cs
- FontFamily.cs
- LingerOption.cs
- ChannelSinkStacks.cs
- NavigationWindow.cs
- HtmlWindowCollection.cs
- PriorityQueue.cs
- DataGridViewColumnStateChangedEventArgs.cs
- AsyncCodeActivity.cs