Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Services / IO / System / IO / ErrorEventArgs.cs / 1 / ErrorEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.IO { using System.Diagnostics; using System; using System.ComponentModel; ////// public class ErrorEventArgs : EventArgs { private Exception exception; ///Provides /// data for the ///event. /// public ErrorEventArgs(Exception exception) { this.exception = exception; } ////// Initializes a new instance of the class. /// ////// public virtual Exception GetException() { return this.exception; } } }/// Gets the ///that represents the error that occurred. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProgressBar.cs
- WebPartCloseVerb.cs
- PolicyValidationException.cs
- BulletChrome.cs
- DataGridTablesFactory.cs
- NavigationEventArgs.cs
- InputProcessorProfilesLoader.cs
- ApplicationTrust.cs
- IsolationInterop.cs
- UpWmlMobileTextWriter.cs
- wgx_commands.cs
- Config.cs
- AccessKeyManager.cs
- BasicCellRelation.cs
- OuterGlowBitmapEffect.cs
- PagerSettings.cs
- SynchronizedInputProviderWrapper.cs
- CharKeyFrameCollection.cs
- BaseParaClient.cs
- Win32SafeHandles.cs
- CompositionAdorner.cs
- TextFormatter.cs
- TreeNode.cs
- TableLayoutSettingsTypeConverter.cs
- ListManagerBindingsCollection.cs
- ReadOnlyPropertyMetadata.cs
- BorderGapMaskConverter.cs
- MappingSource.cs
- DbProviderFactory.cs
- EntityStoreSchemaGenerator.cs
- LineSegment.cs
- EdmTypeAttribute.cs
- XmlWriterTraceListener.cs
- ListSourceHelper.cs
- CultureTable.cs
- TextSearch.cs
- Root.cs
- Globals.cs
- DataPager.cs
- CacheMemory.cs
- CodeTryCatchFinallyStatement.cs
- Validator.cs
- ToolStripItemDesigner.cs
- ItemsControlAutomationPeer.cs
- WorkflowMarkupSerializationProvider.cs
- XmlDataCollection.cs
- Expression.cs
- SmtpReplyReaderFactory.cs
- StorageTypeMapping.cs
- StatusCommandUI.cs
- UnsafeNativeMethodsCLR.cs
- QuaternionAnimation.cs
- ToolstripProfessionalRenderer.cs
- QilCloneVisitor.cs
- ItemsChangedEventArgs.cs
- Currency.cs
- LogExtentCollection.cs
- CommonXSendMessage.cs
- PropertyIDSet.cs
- KnownTypesProvider.cs
- ScopedKnownTypes.cs
- Utils.cs
- HttpRuntimeSection.cs
- InputScopeConverter.cs
- Interlocked.cs
- PlatformNotSupportedException.cs
- controlskin.cs
- RequestCachePolicyConverter.cs
- TextRunCache.cs
- TableDesigner.cs
- FlowchartSizeFeature.cs
- MenuItemCollection.cs
- LoadRetryHandler.cs
- wgx_render.cs
- QilTernary.cs
- SqlReferenceCollection.cs
- Monitor.cs
- InvalidProgramException.cs
- StringUtil.cs
- DescendentsWalkerBase.cs
- BaseAddressPrefixFilterElement.cs
- ConfigurationSectionGroup.cs
- StringHandle.cs
- CustomAttributeSerializer.cs
- _IPv6Address.cs
- BaseCodePageEncoding.cs
- EventDescriptor.cs
- CacheDependency.cs
- SwitchElementsCollection.cs
- ETagAttribute.cs
- SQLInt32Storage.cs
- DBDataPermissionAttribute.cs
- WebResponse.cs
- SapiAttributeParser.cs
- LinkLabel.cs
- ConditionCollection.cs
- RequestUriProcessor.cs
- SqlTypeConverter.cs
- ToolstripProfessionalRenderer.cs
- SourceChangedEventArgs.cs