Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ToolStripSettings.cs
- Parameter.cs
- URIFormatException.cs
- TdsParser.cs
- SystemWebSectionGroup.cs
- UserNameSecurityTokenProvider.cs
- Accessible.cs
- ProbeDuplexAsyncResult.cs
- ConnectionProviderAttribute.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- SqlCachedBuffer.cs
- StreamResourceInfo.cs
- Scanner.cs
- DataGridCell.cs
- LinkedList.cs
- ListControlDesigner.cs
- SimpleWebHandlerParser.cs
- JumpTask.cs
- SystemInformation.cs
- BrowserCapabilitiesCompiler.cs
- RSAPKCS1KeyExchangeFormatter.cs
- StringReader.cs
- ListItemConverter.cs
- Baml2006ReaderSettings.cs
- CharacterBufferReference.cs
- SmtpCommands.cs
- ExtensionWindowResizeGrip.cs
- SslStream.cs
- OleDbDataAdapter.cs
- BreakRecordTable.cs
- ProjectionCamera.cs
- MULTI_QI.cs
- EntityContainerEmitter.cs
- DependentTransaction.cs
- VoiceSynthesis.cs
- CodeArgumentReferenceExpression.cs
- AuthenticationSection.cs
- MobileControlPersister.cs
- PrintControllerWithStatusDialog.cs
- ParameterCollection.cs
- ComPersistableTypeElement.cs
- MissingManifestResourceException.cs
- WebPartVerbCollection.cs
- _Connection.cs
- XmlAnyAttributeAttribute.cs
- AddInEnvironment.cs
- MenuRendererStandards.cs
- AuditLog.cs
- X509CertificateValidator.cs
- GifBitmapDecoder.cs
- TemplateContainer.cs
- WebBrowserNavigatingEventHandler.cs
- EventDriven.cs
- SynchronizedDispatch.cs
- SessionStateUtil.cs
- RequestStatusBarUpdateEventArgs.cs
- QueryNode.cs
- OSFeature.cs
- TrackingProfileDeserializationException.cs
- LineBreakRecord.cs
- StandardTransformFactory.cs
- Propagator.ExtentPlaceholderCreator.cs
- SecureStringHasher.cs
- XmlSchemaChoice.cs
- SecurityResources.cs
- DispatcherSynchronizationContext.cs
- LinkButton.cs
- SetterBaseCollection.cs
- ContentPresenter.cs
- FontDialog.cs
- IgnorePropertiesAttribute.cs
- SchemaMapping.cs
- QuaternionKeyFrameCollection.cs
- UmAlQuraCalendar.cs
- EventSourceCreationData.cs
- Misc.cs
- ProtocolsConfigurationHandler.cs
- WebAdminConfigurationHelper.cs
- PingReply.cs
- XMLDiffLoader.cs
- NamespaceList.cs
- DiscoveryOperationContext.cs
- Canvas.cs
- Helpers.cs
- SwitchElementsCollection.cs
- GlyphManager.cs
- TerminatorSinks.cs
- CodeDomConfigurationHandler.cs
- AnnotationComponentChooser.cs
- MethodBuilder.cs
- RtfControls.cs
- DataTemplateSelector.cs
- SingleObjectCollection.cs
- CharacterBufferReference.cs
- ToolboxDataAttribute.cs
- OptimizedTemplateContent.cs
- QueryOperationResponseOfT.cs
- ButtonAutomationPeer.cs
- InputMethodStateChangeEventArgs.cs
- TypeUtils.cs