Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Security / SecurityNegotiationException.cs / 1 / SecurityNegotiationException.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Security { using System; using System.Runtime.Serialization; [Serializable] public class SecurityNegotiationException : CommunicationException { public SecurityNegotiationException() : base() { } public SecurityNegotiationException(String message) : base(message) { } public SecurityNegotiationException(String message, Exception innerException) : base(message, innerException) { } protected SecurityNegotiationException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // 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
- DataGridViewColumnHeaderCell.cs
- ApplicationProxyInternal.cs
- EventRoute.cs
- MetafileHeader.cs
- MobileUITypeEditor.cs
- TransformerInfoCollection.cs
- WeakEventTable.cs
- WindowsEditBoxRange.cs
- StylusTouchDevice.cs
- WindowsProgressbar.cs
- ServiceModelExtensionElement.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- ToolStripPanelDesigner.cs
- InterleavedZipPartStream.cs
- ObjectKeyFrameCollection.cs
- Quad.cs
- GlyphCache.cs
- thaishape.cs
- ObjectListTitleAttribute.cs
- IisTraceWebEventProvider.cs
- webbrowsersite.cs
- PropertyToken.cs
- TextPointer.cs
- SecurityDescriptor.cs
- MetadataItemEmitter.cs
- ObjectComplexPropertyMapping.cs
- Pen.cs
- StreamGeometryContext.cs
- MD5.cs
- categoryentry.cs
- SqlNodeAnnotation.cs
- _OverlappedAsyncResult.cs
- CollectionsUtil.cs
- XmlValidatingReader.cs
- Size3DConverter.cs
- StringToken.cs
- PathHelper.cs
- autovalidator.cs
- XPathDocumentNavigator.cs
- TlsSspiNegotiation.cs
- DocumentReference.cs
- ApplicationId.cs
- TextOnlyOutput.cs
- AppearanceEditorPart.cs
- PackUriHelper.cs
- HtmlLink.cs
- DataBindingValueUIHandler.cs
- PackageProperties.cs
- PathHelper.cs
- OperationPickerDialog.cs
- HistoryEventArgs.cs
- SparseMemoryStream.cs
- XmlArrayItemAttribute.cs
- RelationshipSet.cs
- InstanceKeyCollisionException.cs
- UnSafeCharBuffer.cs
- IntegerFacetDescriptionElement.cs
- UpdatePanel.cs
- URLAttribute.cs
- PeerHelpers.cs
- GridViewCellAutomationPeer.cs
- ValueOfAction.cs
- ImageFormatConverter.cs
- UnionExpr.cs
- EventProxy.cs
- DrawingCollection.cs
- XmlLinkedNode.cs
- SerializationException.cs
- DesignerValidationSummaryAdapter.cs
- DataSvcMapFile.cs
- ImageSource.cs
- InputProviderSite.cs
- PageContent.cs
- NullableIntMinMaxAggregationOperator.cs
- MultilineStringConverter.cs
- WebPartDisplayModeCollection.cs
- BrowserCapabilitiesFactory.cs
- ListViewItemSelectionChangedEvent.cs
- IndexerNameAttribute.cs
- TextRunCache.cs
- CommandValueSerializer.cs
- UnsafeNativeMethods.cs
- BindingNavigator.cs
- TabControl.cs
- HatchBrush.cs
- EncoderBestFitFallback.cs
- SoapIncludeAttribute.cs
- HtmlElement.cs
- CriticalHandle.cs
- SettingsSection.cs
- ErrorWrapper.cs
- FontSourceCollection.cs
- CompilerResults.cs
- FtpWebRequest.cs
- HitTestFilterBehavior.cs
- NumberFormatInfo.cs
- ConfigurationSectionCollection.cs
- DtrList.cs
- CompilerResults.cs
- ProfileProvider.cs