Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / clr / src / BCL / System / TypeUnloadedException.cs / 1 / TypeUnloadedException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: TypeUnloadedException ** ** ** Purpose: Exception class for attempt to access an unloaded class ** ** =============================================================================*/ namespace System { using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable()] public class TypeUnloadedException : SystemException { public TypeUnloadedException() : base(Environment.GetResourceString("Arg_TypeUnloadedException")) { SetErrorCode(__HResults.COR_E_TYPEUNLOADED); } public TypeUnloadedException(String message) : base(message) { SetErrorCode(__HResults.COR_E_TYPEUNLOADED); } public TypeUnloadedException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_TYPEUNLOADED); } // // This constructor is required for serialization; // protected TypeUnloadedException(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. // // ==--== /*============================================================================== ** ** Class: TypeUnloadedException ** ** ** Purpose: Exception class for attempt to access an unloaded class ** ** =============================================================================*/ namespace System { using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable()] public class TypeUnloadedException : SystemException { public TypeUnloadedException() : base(Environment.GetResourceString("Arg_TypeUnloadedException")) { SetErrorCode(__HResults.COR_E_TYPEUNLOADED); } public TypeUnloadedException(String message) : base(message) { SetErrorCode(__HResults.COR_E_TYPEUNLOADED); } public TypeUnloadedException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_TYPEUNLOADED); } // // This constructor is required for serialization; // protected TypeUnloadedException(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
- DeploymentSectionCache.cs
- LambdaCompiler.Generated.cs
- CompatibleIComparer.cs
- ReadOnlyCollection.cs
- MatrixKeyFrameCollection.cs
- ConstrainedDataObject.cs
- XPathNodeInfoAtom.cs
- ProcessProtocolHandler.cs
- SHA1Cng.cs
- SerializationException.cs
- ComplexPropertyEntry.cs
- SortAction.cs
- DataControlImageButton.cs
- XamlClipboardData.cs
- IPipelineRuntime.cs
- XmlSerializerNamespaces.cs
- FormsAuthentication.cs
- MarkupCompilePass1.cs
- Random.cs
- WebPartEditVerb.cs
- _IPv6Address.cs
- templategroup.cs
- VectorCollection.cs
- SerialReceived.cs
- CategoryAttribute.cs
- StringFunctions.cs
- SecureEnvironment.cs
- AliasGenerator.cs
- FieldNameLookup.cs
- WorkflowDesigner.cs
- LinqDataSourceContextEventArgs.cs
- SQLDoubleStorage.cs
- XmlSchemaSimpleTypeUnion.cs
- PasswordBoxAutomationPeer.cs
- FixedBufferAttribute.cs
- XPathMessageFilterElement.cs
- OutputScopeManager.cs
- DataContractJsonSerializerOperationBehavior.cs
- IgnoreFileBuildProvider.cs
- Imaging.cs
- FontUnitConverter.cs
- DataGridLinkButton.cs
- ThicknessConverter.cs
- ServiceModelExtensionCollectionElement.cs
- CodeExpressionStatement.cs
- InteropBitmapSource.cs
- DesignerOptionService.cs
- ItemMap.cs
- AbandonedMutexException.cs
- Selection.cs
- Operator.cs
- FormViewPageEventArgs.cs
- FolderBrowserDialogDesigner.cs
- SubqueryRules.cs
- TraceXPathNavigator.cs
- ToolStripContentPanel.cs
- OSFeature.cs
- XmlCompatibilityReader.cs
- ValuePattern.cs
- TraceSection.cs
- CryptographicAttribute.cs
- WebPartUtil.cs
- XhtmlStyleClass.cs
- AuthStoreRoleProvider.cs
- GiveFeedbackEvent.cs
- WebPartAuthorizationEventArgs.cs
- HttpEncoderUtility.cs
- RegisteredDisposeScript.cs
- SHA384Managed.cs
- SettingsPropertyValue.cs
- CacheVirtualItemsEvent.cs
- HttpValueCollection.cs
- WebPartDisplayMode.cs
- RectangleConverter.cs
- coordinator.cs
- HScrollProperties.cs
- FeatureAttribute.cs
- SqlNodeAnnotations.cs
- XmlStreamStore.cs
- MarkupObject.cs
- MILUtilities.cs
- ResourceType.cs
- ExpressionLink.cs
- DataTemplate.cs
- DbConnectionPool.cs
- ThreadSafeMessageFilterTable.cs
- ControlPager.cs
- SortDescription.cs
- AudioLevelUpdatedEventArgs.cs
- NamespaceEmitter.cs
- _TimerThread.cs
- RetrieveVirtualItemEventArgs.cs
- Pair.cs
- DataGridViewControlCollection.cs
- FontStretchConverter.cs
- DecoderFallbackWithFailureFlag.cs
- WizardPanel.cs
- MetaModel.cs
- BypassElementCollection.cs
- SrgsText.cs