Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / clr / src / BCL / System / Security / VerificationException.cs / 1 / VerificationException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Security { using System.Security; using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable] public class VerificationException : SystemException { public VerificationException() : base(Environment.GetResourceString("Verification_Exception")) { SetErrorCode(__HResults.COR_E_VERIFICATION); } public VerificationException(String message) : base(message) { SetErrorCode(__HResults.COR_E_VERIFICATION); } public VerificationException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_VERIFICATION); } protected VerificationException(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. // // ==--== namespace System.Security { using System.Security; using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable] public class VerificationException : SystemException { public VerificationException() : base(Environment.GetResourceString("Verification_Exception")) { SetErrorCode(__HResults.COR_E_VERIFICATION); } public VerificationException(String message) : base(message) { SetErrorCode(__HResults.COR_E_VERIFICATION); } public VerificationException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_VERIFICATION); } protected VerificationException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // 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
- FaultDesigner.cs
- EmptyEnumerator.cs
- QuadTree.cs
- DataListCommandEventArgs.cs
- PropertyAccessVisitor.cs
- ParserContext.cs
- IPEndPoint.cs
- MessageFilterTable.cs
- GenericUriParser.cs
- SecurityRuntime.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- TreeSet.cs
- IPEndPointCollection.cs
- bindurihelper.cs
- DetailsViewUpdateEventArgs.cs
- StyleModeStack.cs
- EpmTargetTree.cs
- FrameworkContentElement.cs
- SingleAnimation.cs
- TemplateBindingExtensionConverter.cs
- WindowsStartMenu.cs
- PaintEvent.cs
- HwndHost.cs
- IpcChannel.cs
- ControlBuilder.cs
- ContentOperations.cs
- Animatable.cs
- Keyboard.cs
- MenuItem.cs
- PolicyException.cs
- RewritingPass.cs
- PixelFormat.cs
- WizardForm.cs
- WebRequest.cs
- HttpHandlerActionCollection.cs
- XPathException.cs
- brushes.cs
- CopyNodeSetAction.cs
- SpellerHighlightLayer.cs
- DataContext.cs
- SortDescriptionCollection.cs
- FrameworkContentElement.cs
- TabControl.cs
- ParallelQuery.cs
- GcSettings.cs
- BinaryParser.cs
- SqlRowUpdatedEvent.cs
- ClientUtils.cs
- _NativeSSPI.cs
- LongSumAggregationOperator.cs
- SecurityToken.cs
- Header.cs
- FixedSOMFixedBlock.cs
- DataTableMappingCollection.cs
- ApplicationSecurityManager.cs
- DataFormats.cs
- AssemblyName.cs
- DateBoldEvent.cs
- WriteableBitmap.cs
- isolationinterop.cs
- bindurihelper.cs
- WorkflowApplicationAbortedException.cs
- PageParser.cs
- StateDesigner.CommentLayoutGlyph.cs
- ToolStripSettings.cs
- EventWaitHandleSecurity.cs
- TextFormatterHost.cs
- EntityContainerAssociationSetEnd.cs
- String.cs
- AspNetCompatibilityRequirementsAttribute.cs
- ListView.cs
- FloaterBaseParagraph.cs
- BinaryFormatterWriter.cs
- UserControlParser.cs
- HtmlInputPassword.cs
- ExceptionUtil.cs
- MetadataItemEmitter.cs
- SecondaryViewProvider.cs
- XmlSchemaInfo.cs
- QueryCacheManager.cs
- XmlSchemaSimpleContentRestriction.cs
- DataGridRow.cs
- ToolStripOverflow.cs
- StyleSheetRefUrlEditor.cs
- hresults.cs
- HttpCacheParams.cs
- CommandSet.cs
- NativeMethods.cs
- XmlSchemaDatatype.cs
- DataTemplateSelector.cs
- ManipulationPivot.cs
- WsdlInspector.cs
- PropertyChangingEventArgs.cs
- XslException.cs
- SlipBehavior.cs
- XmlElementAttribute.cs
- CompareInfo.cs
- StringUtil.cs
- Msec.cs
- PreApplicationStartMethodAttribute.cs