Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / Security / Policy / PolicyException.cs / 1 / PolicyException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // PolicyException.cs // // Use this class to throw a PolicyException // namespace System.Security.Policy { using System; using System.Runtime.Serialization; [Serializable] [System.Runtime.InteropServices.ComVisible(true)] public class PolicyException : SystemException { public PolicyException() : base(Environment.GetResourceString( "Policy_Default" )) { HResult = __HResults.CORSEC_E_POLICY_EXCEPTION; } public PolicyException(String message) : base(message) { HResult = __HResults.CORSEC_E_POLICY_EXCEPTION; } public PolicyException(String message, Exception exception) : base(message, exception) { HResult = __HResults.CORSEC_E_POLICY_EXCEPTION; } protected PolicyException(SerializationInfo info, StreamingContext context) : base (info, context) {} internal PolicyException(String message, int hresult) : base (message) { HResult = hresult; } internal PolicyException(String message, int hresult, Exception exception) : base (message, exception) { HResult = hresult; } } }
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InternalConfigEventArgs.cs
- WebPartHelpVerb.cs
- ClientApiGenerator.cs
- HtmlControlPersistable.cs
- StorageEntityContainerMapping.cs
- IPeerNeighbor.cs
- Repeater.cs
- WebPartVerbCollection.cs
- FileDialogCustomPlaces.cs
- EventEntry.cs
- OdbcParameter.cs
- VisualStyleRenderer.cs
- Opcode.cs
- ChtmlTextWriter.cs
- XmlSignificantWhitespace.cs
- GrammarBuilderDictation.cs
- TextPattern.cs
- EventBuilder.cs
- LineBreak.cs
- DSACryptoServiceProvider.cs
- ListViewEditEventArgs.cs
- DisplayNameAttribute.cs
- DesignerActionPanel.cs
- WebFormsRootDesigner.cs
- TrustLevel.cs
- ObjectDataSourceDisposingEventArgs.cs
- UserControlAutomationPeer.cs
- SoapSchemaExporter.cs
- JsonFormatWriterGenerator.cs
- TextEmbeddedObject.cs
- IriParsingElement.cs
- MailFileEditor.cs
- SqlNotificationRequest.cs
- WindowsComboBox.cs
- ToolStrip.cs
- BaseInfoTable.cs
- CollectionChangeEventArgs.cs
- LicenseProviderAttribute.cs
- ColorTransformHelper.cs
- LookupBindingPropertiesAttribute.cs
- TypeSystem.cs
- TextBreakpoint.cs
- FileChangesMonitor.cs
- TextRangeBase.cs
- PropertyConverter.cs
- TabPage.cs
- ShowExpandedMultiValueConverter.cs
- X509Certificate.cs
- Helpers.cs
- BorderGapMaskConverter.cs
- XmlSchemaProviderAttribute.cs
- PolyBezierSegment.cs
- AutoGeneratedField.cs
- SerialStream.cs
- StrongNameSignatureInformation.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- FreezableOperations.cs
- SecurityTokenResolver.cs
- RegularExpressionValidator.cs
- SHA384.cs
- Permission.cs
- AdapterUtil.cs
- DataTable.cs
- MarshalByValueComponent.cs
- UrlEncodedParameterWriter.cs
- ItemCheckedEvent.cs
- SqlNodeAnnotations.cs
- XmlSchemaSearchPattern.cs
- PlatformNotSupportedException.cs
- IgnoreDataMemberAttribute.cs
- ToolStripDropDownClosingEventArgs.cs
- FixedSchema.cs
- ListControlDesigner.cs
- GroupBoxAutomationPeer.cs
- IndentedWriter.cs
- ActivityInstanceReference.cs
- UntypedNullExpression.cs
- SqlInternalConnectionSmi.cs
- _Connection.cs
- HostedTcpTransportManager.cs
- ParsedAttributeCollection.cs
- ParallelRangeManager.cs
- RMPublishingDialog.cs
- ToggleButton.cs
- SortDescription.cs
- PixelFormats.cs
- CodeTypeDeclaration.cs
- GZipDecoder.cs
- BamlLocalizableResource.cs
- HelpEvent.cs
- SystemResourceKey.cs
- TreeNode.cs
- XmlStreamStore.cs
- ScriptReference.cs
- Propagator.ExtentPlaceholderCreator.cs
- FixedSOMContainer.cs
- InfoCardBaseException.cs
- StringResourceManager.cs
- ResourcePermissionBase.cs
- Adorner.cs