Code:
/ FX-1434 / FX-1434 / 1.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
- XamlToRtfWriter.cs
- XmlSchemaValidationException.cs
- DynamicMetaObject.cs
- StringArrayEditor.cs
- EUCJPEncoding.cs
- HostProtectionException.cs
- ResourceReferenceExpression.cs
- OleDbErrorCollection.cs
- EntityContainer.cs
- GenerateTemporaryTargetAssembly.cs
- SharedConnectionWorkflowTransactionService.cs
- UIElement3DAutomationPeer.cs
- Vector3DCollection.cs
- TrackingCondition.cs
- ListViewHitTestInfo.cs
- MenuItemStyle.cs
- WebScriptEnablingElement.cs
- ConnectionsZone.cs
- DataServiceEntityAttribute.cs
- RuleAttributes.cs
- RequestResizeEvent.cs
- CatalogPartCollection.cs
- ProfilePropertyNameValidator.cs
- Model3D.cs
- ImageSource.cs
- DetailsViewRow.cs
- LocatorGroup.cs
- Debug.cs
- StrokeNodeEnumerator.cs
- TextEditorTables.cs
- OleDbMetaDataFactory.cs
- TextLineBreak.cs
- LocationSectionRecord.cs
- DataGridViewCellStyleConverter.cs
- precedingsibling.cs
- TimeSpanValidator.cs
- StylusTouchDevice.cs
- ConfigurationManagerHelperFactory.cs
- DataSourceXmlSerializationAttribute.cs
- EDesignUtil.cs
- TextElementEditingBehaviorAttribute.cs
- PenThreadPool.cs
- NetNamedPipeBinding.cs
- HMACSHA384.cs
- ClientTarget.cs
- GetPageCompletedEventArgs.cs
- VersionValidator.cs
- QilGenerator.cs
- XPathDocumentBuilder.cs
- SamlAuthorizationDecisionStatement.cs
- HttpPostedFile.cs
- _NetRes.cs
- LinearKeyFrames.cs
- GeneralTransform2DTo3DTo2D.cs
- ObservableCollectionDefaultValueFactory.cs
- SqlDataSourceView.cs
- BezierSegment.cs
- DeobfuscatingStream.cs
- Configuration.cs
- MessageVersionConverter.cs
- PropertyChangingEventArgs.cs
- XmlSchemaCompilationSettings.cs
- ItemsChangedEventArgs.cs
- WebPartZoneDesigner.cs
- MemberMemberBinding.cs
- AttributeUsageAttribute.cs
- StringUtil.cs
- SortQuery.cs
- IResourceProvider.cs
- SecurityUtils.cs
- CodeAttributeDeclaration.cs
- ProviderConnectionPointCollection.cs
- ManifestBasedResourceGroveler.cs
- AttachedProperty.cs
- WindowHelperService.cs
- CreateUserErrorEventArgs.cs
- StdValidatorsAndConverters.cs
- WindowsSlider.cs
- SHA384.cs
- GcHandle.cs
- PictureBox.cs
- GuidConverter.cs
- CategoryNameCollection.cs
- FlowLayout.cs
- WorkflowTransactionOptions.cs
- ButtonBase.cs
- Common.cs
- IntegerFacetDescriptionElement.cs
- SmtpSection.cs
- XmlUnspecifiedAttribute.cs
- ListViewItemSelectionChangedEvent.cs
- EntityConnection.cs
- LOSFormatter.cs
- MD5CryptoServiceProvider.cs
- WinFormsComponentEditor.cs
- SmtpNtlmAuthenticationModule.cs
- DataGridViewRowsRemovedEventArgs.cs
- QilInvokeEarlyBound.cs
- ElementUtil.cs
- SoapReflectionImporter.cs