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
- Animatable.cs
- SparseMemoryStream.cs
- SortKey.cs
- xmlsaver.cs
- TableItemProviderWrapper.cs
- MasterPage.cs
- SID.cs
- TimeSpan.cs
- SqlDataSourceRefreshSchemaForm.cs
- JoinSymbol.cs
- SiteOfOriginContainer.cs
- MetadataWorkspace.cs
- ConnectivityStatus.cs
- SharedMemory.cs
- EventKeyword.cs
- ObjectStateEntryDbDataRecord.cs
- PersonalizableTypeEntry.cs
- DictionaryEditChange.cs
- ListViewInsertEventArgs.cs
- LambdaCompiler.Address.cs
- StringKeyFrameCollection.cs
- StorageAssociationSetMapping.cs
- XMLSchema.cs
- FlowDocumentView.cs
- SecurityDescriptor.cs
- TextServicesProperty.cs
- WindowsFormsSynchronizationContext.cs
- DataGridViewColumnEventArgs.cs
- SendingRequestEventArgs.cs
- ParameterCollection.cs
- ProtocolElement.cs
- ExceptionHandlerDesigner.cs
- ClientBuildManagerCallback.cs
- ImportedNamespaceContextItem.cs
- ClientConfigPaths.cs
- AutomationEvent.cs
- WaitHandle.cs
- MenuStrip.cs
- GridItem.cs
- DragDeltaEventArgs.cs
- ImageButton.cs
- GridToolTip.cs
- XmlSchemaAnnotation.cs
- DataTemplate.cs
- EventSetter.cs
- SchemaImporter.cs
- ToolStripPanelRenderEventArgs.cs
- TableLayoutSettingsTypeConverter.cs
- FlowThrottle.cs
- SqlDataSourceRefreshSchemaForm.cs
- Choices.cs
- FileLoadException.cs
- SslStreamSecurityElement.cs
- NativeMethods.cs
- WebDisplayNameAttribute.cs
- PermissionSetEnumerator.cs
- ComponentChangedEvent.cs
- LeaseManager.cs
- HttpFileCollection.cs
- ProfessionalColors.cs
- PropertyValue.cs
- FunctionImportMapping.cs
- TypeToken.cs
- EventLogLink.cs
- Encoder.cs
- EventLogPermissionAttribute.cs
- BidOverLoads.cs
- XmlComplianceUtil.cs
- GiveFeedbackEvent.cs
- FontNamesConverter.cs
- ChangePassword.cs
- WindowsFormsHost.cs
- XPathNodeInfoAtom.cs
- PreloadedPackages.cs
- SqlBinder.cs
- InstanceStore.cs
- TextEditorTyping.cs
- TextMetrics.cs
- RawStylusInputCustomData.cs
- SapiRecognizer.cs
- ExeContext.cs
- DrawingVisualDrawingContext.cs
- CodeAttachEventStatement.cs
- DEREncoding.cs
- DescriptionAttribute.cs
- SemaphoreFullException.cs
- TransportSecurityProtocol.cs
- ChannelPoolSettings.cs
- XmlUtilWriter.cs
- TabControl.cs
- ReceiveActivityDesignerTheme.cs
- TextContainerChangedEventArgs.cs
- OrderedDictionaryStateHelper.cs
- WebPartCollection.cs
- ConversionContext.cs
- RowType.cs
- GridLength.cs
- WorkflowStateRollbackService.cs
- GridViewUpdateEventArgs.cs
- AnalyzedTree.cs