Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- JsonReader.cs
- UrlMapping.cs
- EncoderNLS.cs
- UITypeEditor.cs
- metadatamappinghashervisitor.cs
- TrackingProfileDeserializationException.cs
- DataViewManager.cs
- Thickness.cs
- CompositeKey.cs
- ToolboxItem.cs
- FieldDescriptor.cs
- SystemColorTracker.cs
- StringStorage.cs
- ButtonAutomationPeer.cs
- FlowPanelDesigner.cs
- XPathParser.cs
- FixedSOMGroup.cs
- SafeNativeMethods.cs
- _LocalDataStoreMgr.cs
- WebPartDescription.cs
- OracleRowUpdatingEventArgs.cs
- XPathNavigator.cs
- XmlAttribute.cs
- XmlDataImplementation.cs
- GenericTextProperties.cs
- BamlRecordReader.cs
- CellPartitioner.cs
- RoutedEventValueSerializer.cs
- BitVec.cs
- DbMetaDataFactory.cs
- EtwTrackingBehavior.cs
- TreeViewTemplateSelector.cs
- bindurihelper.cs
- CompositeDesignerAccessibleObject.cs
- BuildManagerHost.cs
- CompilerWrapper.cs
- HttpResponseHeader.cs
- ToolboxComponentsCreatedEventArgs.cs
- HtmlValidationSummaryAdapter.cs
- MatrixTransform.cs
- QilChoice.cs
- RangeContentEnumerator.cs
- ConsumerConnectionPoint.cs
- FormsAuthenticationUser.cs
- xdrvalidator.cs
- RuntimeCompatibilityAttribute.cs
- DataSourceControlBuilder.cs
- Keywords.cs
- precedingquery.cs
- DecoderNLS.cs
- ActiveXSite.cs
- HttpPostServerProtocol.cs
- HttpPostedFileWrapper.cs
- SafeCertificateStore.cs
- StreamHelper.cs
- EventMappingSettings.cs
- JsonReader.cs
- _Semaphore.cs
- Int64AnimationBase.cs
- Bits.cs
- OracleConnectionStringBuilder.cs
- EntityWithKeyStrategy.cs
- ProcessHostServerConfig.cs
- ListBoxAutomationPeer.cs
- NodeFunctions.cs
- RemotingSurrogateSelector.cs
- WrappedOptions.cs
- ReadContentAsBinaryHelper.cs
- SmiEventSink.cs
- ValueSerializerAttribute.cs
- HyperLinkColumn.cs
- DataGridViewCellCancelEventArgs.cs
- XPathBinder.cs
- MyContact.cs
- SecurityCookieModeValidator.cs
- PaperSize.cs
- StateBag.cs
- RayMeshGeometry3DHitTestResult.cs
- DbDataRecord.cs
- HttpListenerContext.cs
- AssociationType.cs
- contentDescriptor.cs
- ReverseInheritProperty.cs
- MachineSettingsSection.cs
- RepeatBehaviorConverter.cs
- Vector3DCollectionConverter.cs
- DeflateEmulationStream.cs
- SiteOfOriginContainer.cs
- ReadOnlyTernaryTree.cs
- CodeLabeledStatement.cs
- ConfigurationCollectionAttribute.cs
- CustomAttributeFormatException.cs
- FontResourceCache.cs
- TableRowCollection.cs
- ModelTreeManager.cs
- NavigationPropertyEmitter.cs
- ProviderCollection.cs
- WindowsFormsSynchronizationContext.cs
- SQLResource.cs
- AsyncOperationManager.cs