Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Security / VerificationException.cs / 1305376 / 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); } [System.Security.SecuritySafeCritical] // auto-generated 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); } [System.Security.SecuritySafeCritical] // auto-generated 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
- HwndHostAutomationPeer.cs
- GlyphManager.cs
- MeasureItemEvent.cs
- LinqDataSourceStatusEventArgs.cs
- ParsedAttributeCollection.cs
- AssemblyBuilderData.cs
- ContentIterators.cs
- URIFormatException.cs
- SerialPinChanges.cs
- SqlMetaData.cs
- SoapTypeAttribute.cs
- Rotation3DAnimation.cs
- CreateDataSourceDialog.cs
- ToolBarButton.cs
- UnauthorizedAccessException.cs
- OLEDB_Util.cs
- Base64Decoder.cs
- TableColumn.cs
- AsymmetricAlgorithm.cs
- HeaderedContentControl.cs
- ExpressionWriter.cs
- RemotingSurrogateSelector.cs
- webbrowsersite.cs
- GeneralTransform2DTo3DTo2D.cs
- HMACMD5.cs
- _HeaderInfoTable.cs
- AsymmetricKeyExchangeDeformatter.cs
- WebPartMinimizeVerb.cs
- LogicalExpr.cs
- KerberosReceiverSecurityToken.cs
- WebHeaderCollection.cs
- CircleHotSpot.cs
- BezierSegment.cs
- ProcessModule.cs
- GlyphRun.cs
- XslVisitor.cs
- WebPartManager.cs
- AlgoModule.cs
- messageonlyhwndwrapper.cs
- HttpResponseHeader.cs
- ExceptionWrapper.cs
- RankException.cs
- LongTypeConverter.cs
- externdll.cs
- DataGridViewTextBoxColumn.cs
- _DomainName.cs
- ShimAsPublicXamlType.cs
- MobileCapabilities.cs
- UnauthorizedWebPart.cs
- ActivityCodeGenerator.cs
- GraphicsContainer.cs
- TraceSection.cs
- ExpressionDumper.cs
- SQLDateTime.cs
- SqlWebEventProvider.cs
- ScrollContentPresenter.cs
- TypeProvider.cs
- VectorCollectionConverter.cs
- NullableIntMinMaxAggregationOperator.cs
- FlowDocumentReaderAutomationPeer.cs
- SqlDataSourceCommandEventArgs.cs
- TypeHelper.cs
- BitmapImage.cs
- UnsafeNativeMethods.cs
- HtmlShimManager.cs
- ObjectReaderCompiler.cs
- DefaultAsyncDataDispatcher.cs
- ThreadAttributes.cs
- RowsCopiedEventArgs.cs
- RelationshipDetailsRow.cs
- MLangCodePageEncoding.cs
- TypeBinaryExpression.cs
- GeneralTransform.cs
- DesignerEventService.cs
- WebServiceErrorEvent.cs
- CategoryAttribute.cs
- BamlRecordReader.cs
- CategoryNameCollection.cs
- sortedlist.cs
- ColumnMap.cs
- ResourceReferenceExpressionConverter.cs
- PersistChildrenAttribute.cs
- FieldInfo.cs
- ObjectHandle.cs
- ResourceReader.cs
- ResourceAssociationType.cs
- Codec.cs
- EncoderExceptionFallback.cs
- Pair.cs
- httpserverutility.cs
- ContextStaticAttribute.cs
- CLSCompliantAttribute.cs
- SessionIDManager.cs
- PrivilegedConfigurationManager.cs
- SimplePropertyEntry.cs
- TypefaceMap.cs
- SspiNegotiationTokenAuthenticatorState.cs
- MessageQueuePermission.cs
- VerificationAttribute.cs
- RegularExpressionValidator.cs