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 / MissingMemberException.cs / 1 / MissingMemberException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: MissingMemberException ** ** ** Purpose: The exception class for versioning problems with DLLS. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Remoting; using System.Runtime.Serialization; using System.Runtime.CompilerServices; using System.Globalization; using System.Security.Permissions; [System.Runtime.InteropServices.ComVisible(true)] [Serializable] public class MissingMemberException : MemberAccessException, ISerializable { public MissingMemberException() : base(Environment.GetResourceString("Arg_MissingMemberException")) { SetErrorCode(__HResults.COR_E_MISSINGMEMBER); } public MissingMemberException(String message) : base(message) { SetErrorCode(__HResults.COR_E_MISSINGMEMBER); } public MissingMemberException(String message, Exception inner) : base(message, inner) { SetErrorCode(__HResults.COR_E_MISSINGMEMBER); } protected MissingMemberException(SerializationInfo info, StreamingContext context) : base (info, context) { ClassName = (String)info.GetString("MMClassName"); MemberName = (String)info.GetString("MMMemberName"); Signature = (byte[])info.GetValue("MMSignature", typeof(byte[])); } public override String Message { get { if (ClassName == null) { return base.Message; } else { // do any desired fixups to classname here. return String.Format(CultureInfo.CurrentCulture, Environment.GetResourceString("MissingMember_Name", ClassName + "." + MemberName + (Signature != null ? " " + FormatSignature(Signature) : ""))); } } } // Called to format signature [MethodImplAttribute(MethodImplOptions.InternalCall)] internal static extern String FormatSignature(byte [] signature); // Potentially called from the EE private MissingMemberException(String className, String memberName, byte[] signature) { ClassName = className; MemberName = memberName; Signature = signature; } public MissingMemberException(String className, String memberName) { ClassName = className; MemberName = memberName; } [SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags=SecurityPermissionFlag.SerializationFormatter)] public override void GetObjectData(SerializationInfo info, StreamingContext context) { if (info==null) { throw new ArgumentNullException("info"); } base.GetObjectData(info, context); info.AddValue("MMClassName", ClassName, typeof(String)); info.AddValue("MMMemberName", MemberName, typeof(String)); info.AddValue("MMSignature", Signature, typeof(byte[])); } // If ClassName != null, GetMessage will construct on the fly using it // and the other variables. This allows customization of the // format depending on the language environment. protected String ClassName; protected String MemberName; protected byte[] Signature; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: MissingMemberException ** ** ** Purpose: The exception class for versioning problems with DLLS. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Remoting; using System.Runtime.Serialization; using System.Runtime.CompilerServices; using System.Globalization; using System.Security.Permissions; [System.Runtime.InteropServices.ComVisible(true)] [Serializable] public class MissingMemberException : MemberAccessException, ISerializable { public MissingMemberException() : base(Environment.GetResourceString("Arg_MissingMemberException")) { SetErrorCode(__HResults.COR_E_MISSINGMEMBER); } public MissingMemberException(String message) : base(message) { SetErrorCode(__HResults.COR_E_MISSINGMEMBER); } public MissingMemberException(String message, Exception inner) : base(message, inner) { SetErrorCode(__HResults.COR_E_MISSINGMEMBER); } protected MissingMemberException(SerializationInfo info, StreamingContext context) : base (info, context) { ClassName = (String)info.GetString("MMClassName"); MemberName = (String)info.GetString("MMMemberName"); Signature = (byte[])info.GetValue("MMSignature", typeof(byte[])); } public override String Message { get { if (ClassName == null) { return base.Message; } else { // do any desired fixups to classname here. return String.Format(CultureInfo.CurrentCulture, Environment.GetResourceString("MissingMember_Name", ClassName + "." + MemberName + (Signature != null ? " " + FormatSignature(Signature) : ""))); } } } // Called to format signature [MethodImplAttribute(MethodImplOptions.InternalCall)] internal static extern String FormatSignature(byte [] signature); // Potentially called from the EE private MissingMemberException(String className, String memberName, byte[] signature) { ClassName = className; MemberName = memberName; Signature = signature; } public MissingMemberException(String className, String memberName) { ClassName = className; MemberName = memberName; } [SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags=SecurityPermissionFlag.SerializationFormatter)] public override void GetObjectData(SerializationInfo info, StreamingContext context) { if (info==null) { throw new ArgumentNullException("info"); } base.GetObjectData(info, context); info.AddValue("MMClassName", ClassName, typeof(String)); info.AddValue("MMMemberName", MemberName, typeof(String)); info.AddValue("MMSignature", Signature, typeof(byte[])); } // If ClassName != null, GetMessage will construct on the fly using it // and the other variables. This allows customization of the // format depending on the language environment. protected String ClassName; protected String MemberName; protected byte[] Signature; } } // 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
- ResourceDictionaryCollection.cs
- WSFederationHttpBindingElement.cs
- FutureFactory.cs
- EditableLabelControl.cs
- ProviderException.cs
- StoreItemCollection.Loader.cs
- FileDialog.cs
- ButtonFieldBase.cs
- ModelItemImpl.cs
- DeleteHelper.cs
- ConfigXmlWhitespace.cs
- ScriptControlManager.cs
- ApplyHostConfigurationBehavior.cs
- ScalarType.cs
- AvTrace.cs
- cookieexception.cs
- UrlEncodedParameterWriter.cs
- MeshGeometry3D.cs
- HttpSessionStateBase.cs
- EdmItemError.cs
- FilterElement.cs
- BitConverter.cs
- PeerDuplexChannelListener.cs
- AlternationConverter.cs
- ConfigurationSectionHelper.cs
- BamlWriter.cs
- IntSumAggregationOperator.cs
- XmlnsDefinitionAttribute.cs
- KeyedHashAlgorithm.cs
- ControlEvent.cs
- SqlCachedBuffer.cs
- SpeechRecognizer.cs
- UnmanagedHandle.cs
- DataSysAttribute.cs
- BufferedGraphicsContext.cs
- FieldDescriptor.cs
- XmlSchemaElement.cs
- TCPClient.cs
- SerializationAttributes.cs
- EntityDataSourceValidationException.cs
- MailWebEventProvider.cs
- ValueType.cs
- MachinePropertyVariants.cs
- MultiPropertyDescriptorGridEntry.cs
- DeferredTextReference.cs
- TableTextElementCollectionInternal.cs
- DriveNotFoundException.cs
- TablePattern.cs
- metadatamappinghashervisitor.cs
- VisualStyleTypesAndProperties.cs
- _LocalDataStore.cs
- Timer.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- DocumentGridContextMenu.cs
- SqlTopReducer.cs
- HtmlImage.cs
- InfoCardRequestException.cs
- LinqDataSourceDisposeEventArgs.cs
- DocumentPageViewAutomationPeer.cs
- relpropertyhelper.cs
- ListCollectionView.cs
- ClientTarget.cs
- CompilerInfo.cs
- AnnotationComponentManager.cs
- CodeGeneratorOptions.cs
- EntitySqlQueryCacheEntry.cs
- DataViewSettingCollection.cs
- TdsParserStateObject.cs
- DbParameterCollectionHelper.cs
- SoapMessage.cs
- XmlAtomicValue.cs
- WebPartConnectionsCancelVerb.cs
- AttributeParameterInfo.cs
- SamlDoNotCacheCondition.cs
- PartManifestEntry.cs
- MediaElement.cs
- EntityClientCacheEntry.cs
- ProviderException.cs
- InternalsVisibleToAttribute.cs
- FixedSOMFixedBlock.cs
- SqlMetaData.cs
- Privilege.cs
- ComPlusTypeLoader.cs
- Button.cs
- MDIControlStrip.cs
- WsdlImporter.cs
- Int16Storage.cs
- PrintingPermissionAttribute.cs
- TreeView.cs
- FilterException.cs
- QueryCacheManager.cs
- FileSystemWatcher.cs
- WpfSharedBamlSchemaContext.cs
- OleCmdHelper.cs
- Rect3D.cs
- StickyNoteAnnotations.cs
- DBCommand.cs
- StreamBodyWriter.cs
- LabelAutomationPeer.cs
- CacheChildrenQuery.cs