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
- ToolStripItem.cs
- ErrorStyle.cs
- ColumnCollectionEditor.cs
- UpdatableWrapper.cs
- EntityDataSourceEntityTypeFilterItem.cs
- XmlObjectSerializerWriteContextComplex.cs
- ActivityDesigner.cs
- RegexRunnerFactory.cs
- ImageMap.cs
- Enum.cs
- DragDrop.cs
- PriorityQueue.cs
- SourceElementsCollection.cs
- ProgressiveCrcCalculatingStream.cs
- BezierSegment.cs
- TogglePattern.cs
- RegexGroup.cs
- RegexInterpreter.cs
- GcSettings.cs
- ISSmlParser.cs
- DescendantOverDescendantQuery.cs
- ProfileSection.cs
- ReverseInheritProperty.cs
- WebPartMovingEventArgs.cs
- SqlConnectionPoolGroupProviderInfo.cs
- baseaxisquery.cs
- Trace.cs
- MDIWindowDialog.cs
- InputBuffer.cs
- RunInstallerAttribute.cs
- CircleEase.cs
- UriSectionReader.cs
- NativeCompoundFileAPIs.cs
- StoreItemCollection.Loader.cs
- AspCompat.cs
- ImageDrawing.cs
- Point4D.cs
- ServiceMetadataContractBehavior.cs
- XamlSerializer.cs
- RoleGroupCollection.cs
- WebPartTransformer.cs
- ConfigurationConverterBase.cs
- FilterElement.cs
- XmlBinaryReader.cs
- TableParaClient.cs
- StackSpiller.Generated.cs
- StyleCollectionEditor.cs
- OrderByBuilder.cs
- SecurityUniqueId.cs
- PageAsyncTaskManager.cs
- HttpResponse.cs
- Html32TextWriter.cs
- RulePatternOps.cs
- PropertyValueChangedEvent.cs
- WindowsListView.cs
- AuthenticationServiceManager.cs
- TemplateFactory.cs
- PasswordRecoveryAutoFormat.cs
- RSAOAEPKeyExchangeDeformatter.cs
- CursorConverter.cs
- SourceInterpreter.cs
- SectionInput.cs
- HelpProvider.cs
- PageRanges.cs
- ExtendedPropertyDescriptor.cs
- OverflowException.cs
- DictionaryTraceRecord.cs
- BitVector32.cs
- Verify.cs
- FileEnumerator.cs
- PolicyImporterElementCollection.cs
- TypeUnloadedException.cs
- LayoutUtils.cs
- DataSvcMapFile.cs
- MeasurementDCInfo.cs
- TimelineGroup.cs
- AssemblyAssociatedContentFileAttribute.cs
- EntityAdapter.cs
- SqlCacheDependencyDatabase.cs
- ModuleConfigurationInfo.cs
- GetWinFXPath.cs
- Lease.cs
- ArgumentOutOfRangeException.cs
- BulletChrome.cs
- ConstantExpression.cs
- XPathBuilder.cs
- AuthStoreRoleProvider.cs
- BatchParser.cs
- ListControl.cs
- TableCell.cs
- Certificate.cs
- StorageEntityContainerMapping.cs
- ProfileSection.cs
- ConditionalBranch.cs
- TdsParserSafeHandles.cs
- BCryptHashAlgorithm.cs
- InvalidEnumArgumentException.cs
- TextDecorationCollection.cs
- SchemaLookupTable.cs
- TimerElapsedEvenArgs.cs