Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- BamlResourceContent.cs
- sqlinternaltransaction.cs
- ObjectDisposedException.cs
- dataobject.cs
- InternalException.cs
- WebPartConnectionsCancelEventArgs.cs
- MessageProtectionOrder.cs
- InheritanceService.cs
- ImageButton.cs
- XmlIgnoreAttribute.cs
- FaultReason.cs
- SecurityTokenContainer.cs
- ParameterCollection.cs
- XmlNodeChangedEventManager.cs
- JapaneseCalendar.cs
- ChannelAcceptor.cs
- _OSSOCK.cs
- NominalTypeEliminator.cs
- SetIterators.cs
- Durable.cs
- RolePrincipal.cs
- MessageTraceRecord.cs
- TextAdaptor.cs
- EventLogInternal.cs
- IntSecurity.cs
- MsmqHostedTransportManager.cs
- BmpBitmapDecoder.cs
- DataStreamFromComStream.cs
- TableRow.cs
- ListMarkerLine.cs
- ParserOptions.cs
- DataServiceOperationContext.cs
- FloaterBaseParagraph.cs
- SendKeys.cs
- GenericXmlSecurityToken.cs
- Listbox.cs
- HandlerBase.cs
- IndexingContentUnit.cs
- TypeDependencyAttribute.cs
- DbParameterCollection.cs
- MarkupCompilePass2.cs
- EventMemberCodeDomSerializer.cs
- SettingsProperty.cs
- BorderGapMaskConverter.cs
- WebReferencesBuildProvider.cs
- TemplateEditingService.cs
- SchemaImporterExtension.cs
- DatePickerTextBox.cs
- ECDiffieHellman.cs
- ObjectDataSource.cs
- WindowsListViewSubItem.cs
- _Connection.cs
- DeviceSpecific.cs
- LinearKeyFrames.cs
- RectAnimationBase.cs
- CFStream.cs
- FontDriver.cs
- GenericsInstances.cs
- SocketInformation.cs
- InkPresenterAutomationPeer.cs
- WindowsToolbarAsMenu.cs
- control.ime.cs
- SubMenuStyleCollection.cs
- MemberMemberBinding.cs
- ColorConverter.cs
- RtfToXamlReader.cs
- BindUriHelper.cs
- EditorAttribute.cs
- PromptEventArgs.cs
- InputLanguageCollection.cs
- WindowsFormsLinkLabel.cs
- HostingEnvironmentWrapper.cs
- GPRECT.cs
- InstanceDescriptor.cs
- Path.cs
- MimeWriter.cs
- Application.cs
- ScriptControl.cs
- CollectionBase.cs
- CurrentChangedEventManager.cs
- IConvertible.cs
- PatternMatcher.cs
- TextPatternIdentifiers.cs
- ControlParameter.cs
- BuildResult.cs
- TextServicesLoader.cs
- TraceContextRecord.cs
- SelectedDatesCollection.cs
- NullableFloatMinMaxAggregationOperator.cs
- ConfigXmlWhitespace.cs
- CodeExporter.cs
- OutputCacheSettings.cs
- UInt16Storage.cs
- GB18030Encoding.cs
- DrawingVisualDrawingContext.cs
- LogArchiveSnapshot.cs
- ValidatedControlConverter.cs
- CommandDevice.cs
- ChannelManager.cs
- DriveInfo.cs