Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets the ///that represents the error that occurred. /// // 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; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets the ///that represents the error that occurred. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TypeDelegator.cs
- Validator.cs
- WindowsGraphics2.cs
- FrameworkContentElement.cs
- DataControlImageButton.cs
- PasswordRecoveryAutoFormat.cs
- CodePageUtils.cs
- GlyphRun.cs
- ExceptionWrapper.cs
- DataGridClipboardHelper.cs
- _WinHttpWebProxyDataBuilder.cs
- WorkflowRuntimeService.cs
- ConfigurationLoaderException.cs
- SqlCharStream.cs
- PrintPageEvent.cs
- XamlContextStack.cs
- PackageRelationship.cs
- UnsafeNativeMethods.cs
- OletxEnlistment.cs
- ResourceReferenceExpressionConverter.cs
- SafeNativeMethods.cs
- EventMappingSettings.cs
- DllNotFoundException.cs
- InternalPermissions.cs
- TextParagraphProperties.cs
- SystemIPAddressInformation.cs
- DbSourceParameterCollection.cs
- FileAuthorizationModule.cs
- ExpressionConverter.cs
- safesecurityhelperavalon.cs
- EntityModelBuildProvider.cs
- WorkflowDesignerMessageFilter.cs
- SqlDataReader.cs
- MobileControl.cs
- SynchronizedDispatch.cs
- OdbcParameterCollection.cs
- BufferAllocator.cs
- CaseInsensitiveOrdinalStringComparer.cs
- FlowNode.cs
- CompoundFileReference.cs
- HttpPostClientProtocol.cs
- TransformationRules.cs
- AdRotator.cs
- RemoteWebConfigurationHostServer.cs
- ToolTip.cs
- Rect.cs
- AsyncResult.cs
- RuleSetReference.cs
- SplitterEvent.cs
- ModelFunctionTypeElement.cs
- ConfigurationElementCollection.cs
- UTF8Encoding.cs
- ImpersonationContext.cs
- FacetDescriptionElement.cs
- Number.cs
- AppModelKnownContentFactory.cs
- IdentitySection.cs
- IssuanceLicense.cs
- UseManagedPresentationBindingElement.cs
- GZipDecoder.cs
- WindowsSecurityToken.cs
- _WebProxyDataBuilder.cs
- Polygon.cs
- AutoSizeComboBox.cs
- DataGridViewComboBoxEditingControl.cs
- PopupRootAutomationPeer.cs
- BoolExpressionVisitors.cs
- ProcessModelInfo.cs
- WebPartEditorApplyVerb.cs
- CodeDOMUtility.cs
- EncodingTable.cs
- BufferedGraphicsContext.cs
- Object.cs
- ToolStripDropDownItem.cs
- TypeExtensions.cs
- GestureRecognitionResult.cs
- SessionPageStatePersister.cs
- TextContainer.cs
- DataGridRowClipboardEventArgs.cs
- LabelLiteral.cs
- HttpClientCredentialType.cs
- figurelength.cs
- COM2IDispatchConverter.cs
- tooltip.cs
- DataMember.cs
- Emitter.cs
- BoundPropertyEntry.cs
- SqlCacheDependencyDatabaseCollection.cs
- ToolstripProfessionalRenderer.cs
- ImageFormat.cs
- OutputCache.cs
- HttpApplication.cs
- QueryCacheKey.cs
- SearchForVirtualItemEventArgs.cs
- PeerApplicationLaunchInfo.cs
- StyleCollection.cs
- MouseActionConverter.cs
- BulletDecorator.cs
- AutomationPropertyInfo.cs
- ProviderConnectionPointCollection.cs