Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Security / SecurityAccessDeniedException.cs / 1 / SecurityAccessDeniedException.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Security { using System; using System.Runtime.Serialization; [Serializable] public class SecurityAccessDeniedException : CommunicationException { public SecurityAccessDeniedException() : base() { } public SecurityAccessDeniedException(String message) : base(message) { } public SecurityAccessDeniedException(String message, Exception innerException) : base(message, innerException) { } protected SecurityAccessDeniedException(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
- Stylesheet.cs
- FindCriteria.cs
- AuthenticationException.cs
- controlskin.cs
- _ConnectOverlappedAsyncResult.cs
- ChannelDemuxer.cs
- WSFederationHttpBindingCollectionElement.cs
- ColorBlend.cs
- SqlTriggerContext.cs
- SdlChannelSink.cs
- AspNetSynchronizationContext.cs
- Page.cs
- NumericUpDown.cs
- WindowsStatic.cs
- Ops.cs
- EntityModelBuildProvider.cs
- RowBinding.cs
- XslAst.cs
- ConvertEvent.cs
- TemplateBindingExtensionConverter.cs
- XmlSchemaException.cs
- TextBreakpoint.cs
- ContentType.cs
- ControlCommandSet.cs
- DetailsViewDeleteEventArgs.cs
- ObjectStateEntryDbDataRecord.cs
- CustomErrorsSection.cs
- EnumType.cs
- FrameAutomationPeer.cs
- TaiwanCalendar.cs
- MouseOverProperty.cs
- SwitchLevelAttribute.cs
- ItemsPresenter.cs
- EntryPointNotFoundException.cs
- Geometry3D.cs
- MenuCommandService.cs
- SqlDataSourceCommandParser.cs
- GlyphingCache.cs
- xmlglyphRunInfo.cs
- TemplateColumn.cs
- RegexCompilationInfo.cs
- EditingMode.cs
- DataServiceQueryOfT.cs
- SQLDoubleStorage.cs
- ApplicationFileCodeDomTreeGenerator.cs
- XmlLinkedNode.cs
- SafeNativeMethodsOther.cs
- DESCryptoServiceProvider.cs
- OpacityConverter.cs
- TextBounds.cs
- IconHelper.cs
- controlskin.cs
- PropertyEmitterBase.cs
- EdmEntityTypeAttribute.cs
- DependencyObjectValidator.cs
- SqlConnectionHelper.cs
- TreeNodeEventArgs.cs
- EdmToObjectNamespaceMap.cs
- Substitution.cs
- HttpModulesSection.cs
- DataSourceView.cs
- ExpressionWriter.cs
- RayMeshGeometry3DHitTestResult.cs
- WinInetCache.cs
- ReflectionServiceProvider.cs
- ComboBoxRenderer.cs
- PassportPrincipal.cs
- CodeGeneratorOptions.cs
- NativeObjectSecurity.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- CollectionType.cs
- Vars.cs
- XmlSchemaSubstitutionGroup.cs
- LinkLabel.cs
- SerializationStore.cs
- SmiConnection.cs
- FaultException.cs
- Rijndael.cs
- XmlValidatingReader.cs
- HatchBrush.cs
- FontStyles.cs
- Separator.cs
- Win32Exception.cs
- DefaultEventAttribute.cs
- COM2IPerPropertyBrowsingHandler.cs
- Formatter.cs
- BindingBase.cs
- MetabaseServerConfig.cs
- InfocardClientCredentials.cs
- Propagator.ExtentPlaceholderCreator.cs
- FileDialog.cs
- CodeDomSerializer.cs
- StylusDownEventArgs.cs
- DataSourceProvider.cs
- OutOfMemoryException.cs
- BindingValueChangedEventArgs.cs
- EntityDataSourceQueryBuilder.cs
- DocumentEventArgs.cs
- UnsafePeerToPeerMethods.cs
- __Error.cs