Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / clr / src / BCL / System / Security / Principal / IdentityNotMappedException.cs / 1 / IdentityNotMappedException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== using System; using Microsoft.Win32; using System.Runtime.Serialization; using System.Text; using System.Globalization; using System.Security.Permissions; namespace System.Security.Principal { [Serializable] [System.Runtime.InteropServices.ComVisible(false)] public sealed class IdentityNotMappedException : SystemException { private IdentityReferenceCollection unmappedIdentities; public IdentityNotMappedException() : base( Environment.GetResourceString( "IdentityReference_IdentityNotMapped" )) { } public IdentityNotMappedException( string message ) : base( message ) { } public IdentityNotMappedException( String message, Exception inner ) : base( message, inner ) { } internal IdentityNotMappedException(string message, IdentityReferenceCollection unmappedIdentities) : this( message ) { this.unmappedIdentities = unmappedIdentities; } internal IdentityNotMappedException( SerializationInfo info, StreamingContext context ) : base ( info, context ) {} [SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags=SecurityPermissionFlag.SerializationFormatter)] public override void GetObjectData( SerializationInfo serializationInfo, StreamingContext streamingContext ) { base.GetObjectData(serializationInfo, streamingContext); } public IdentityReferenceCollection UnmappedIdentities { get { if (unmappedIdentities == null) { unmappedIdentities = new IdentityReferenceCollection(); } return unmappedIdentities; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== using System; using Microsoft.Win32; using System.Runtime.Serialization; using System.Text; using System.Globalization; using System.Security.Permissions; namespace System.Security.Principal { [Serializable] [System.Runtime.InteropServices.ComVisible(false)] public sealed class IdentityNotMappedException : SystemException { private IdentityReferenceCollection unmappedIdentities; public IdentityNotMappedException() : base( Environment.GetResourceString( "IdentityReference_IdentityNotMapped" )) { } public IdentityNotMappedException( string message ) : base( message ) { } public IdentityNotMappedException( String message, Exception inner ) : base( message, inner ) { } internal IdentityNotMappedException(string message, IdentityReferenceCollection unmappedIdentities) : this( message ) { this.unmappedIdentities = unmappedIdentities; } internal IdentityNotMappedException( SerializationInfo info, StreamingContext context ) : base ( info, context ) {} [SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags=SecurityPermissionFlag.SerializationFormatter)] public override void GetObjectData( SerializationInfo serializationInfo, StreamingContext streamingContext ) { base.GetObjectData(serializationInfo, streamingContext); } public IdentityReferenceCollection UnmappedIdentities { get { if (unmappedIdentities == null) { unmappedIdentities = new IdentityReferenceCollection(); } return unmappedIdentities; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SetStoryboardSpeedRatio.cs
- CngKeyCreationParameters.cs
- ScriptManagerProxy.cs
- ScriptResourceInfo.cs
- EncodingTable.cs
- ApplySecurityAndSendAsyncResult.cs
- LeafCellTreeNode.cs
- ControlCachePolicy.cs
- And.cs
- QilPatternVisitor.cs
- RequestQueryProcessor.cs
- LoadedEvent.cs
- FormatException.cs
- Substitution.cs
- SkinBuilder.cs
- RemoteWebConfigurationHostStream.cs
- OneToOneMappingSerializer.cs
- DBConnection.cs
- TaskHelper.cs
- CheckBoxList.cs
- DeflateEmulationStream.cs
- ProvidePropertyAttribute.cs
- BamlLocalizabilityResolver.cs
- ObjectListCommandCollection.cs
- DebugView.cs
- ScriptRegistrationManager.cs
- ScriptReferenceEventArgs.cs
- ValueType.cs
- ContractNamespaceAttribute.cs
- XXXInfos.cs
- RowUpdatingEventArgs.cs
- FormViewModeEventArgs.cs
- ResourceType.cs
- RenderData.cs
- IteratorFilter.cs
- HuffModule.cs
- ZipIOModeEnforcingStream.cs
- SrgsRulesCollection.cs
- DoubleAnimationBase.cs
- AssemblyHash.cs
- ToolStripContentPanel.cs
- COM2PropertyBuilderUITypeEditor.cs
- PersonalizationProvider.cs
- ResourceProviderFactory.cs
- KeyPullup.cs
- TranslateTransform3D.cs
- PersonalizationStateInfoCollection.cs
- PassportAuthentication.cs
- FillBehavior.cs
- PropertyTab.cs
- XLinq.cs
- DiagnosticTrace.cs
- ActivityCodeDomSerializationManager.cs
- SimplePropertyEntry.cs
- QualificationDataItem.cs
- KnownTypes.cs
- Resources.Designer.cs
- Properties.cs
- HMAC.cs
- ExpandCollapsePattern.cs
- ClientSideProviderDescription.cs
- AppDomainAttributes.cs
- WindowsRegion.cs
- PeerCollaborationPermission.cs
- Substitution.cs
- XmlSchemaSequence.cs
- DefaultTraceListener.cs
- latinshape.cs
- Function.cs
- IndentTextWriter.cs
- CultureMapper.cs
- ClientSideProviderDescription.cs
- WsiProfilesElement.cs
- _HelperAsyncResults.cs
- NetTcpBindingCollectionElement.cs
- figurelength.cs
- TcpChannelHelper.cs
- CompositeActivityTypeDescriptorProvider.cs
- OleDbConnection.cs
- AssemblyBuilder.cs
- Code.cs
- Options.cs
- ComAdminInterfaces.cs
- ProgressBarAutomationPeer.cs
- AppDomainAttributes.cs
- ValidationHelpers.cs
- PageContentCollection.cs
- XPathDocumentBuilder.cs
- SafePEFileHandle.cs
- RowCache.cs
- PlanCompilerUtil.cs
- XhtmlConformanceSection.cs
- StreamInfo.cs
- TemplateContentLoader.cs
- TileBrush.cs
- TextTreePropertyUndoUnit.cs
- TextSimpleMarkerProperties.cs
- MemberHolder.cs
- BasicViewGenerator.cs
- HtmlEmptyTagControlBuilder.cs