Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / IO / System / IO / ErrorEventArgs.cs / 1305376 / 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
- CopyNamespacesAction.cs
- MenuItemStyle.cs
- XPathSelectionIterator.cs
- MultiplexingFormatMapping.cs
- TemplateField.cs
- PrintControllerWithStatusDialog.cs
- TextControl.cs
- RelatedView.cs
- MessageQueueKey.cs
- VideoDrawing.cs
- WebPartZoneCollection.cs
- WizardPanel.cs
- streamingZipPartStream.cs
- Track.cs
- SmiEventSink_DeferedProcessing.cs
- PageContentCollection.cs
- Repeater.cs
- EventDescriptor.cs
- ControlCommandSet.cs
- SoapAttributeAttribute.cs
- HashHelper.cs
- CompleteWizardStep.cs
- DescendantOverDescendantQuery.cs
- XMLDiffLoader.cs
- RowBinding.cs
- OracleTransaction.cs
- LocalizationComments.cs
- CfgParser.cs
- QueueAccessMode.cs
- SafeCryptContextHandle.cs
- RightsManagementErrorHandler.cs
- input.cs
- ComplusTypeValidator.cs
- DuplexChannelBinder.cs
- Collection.cs
- DropDownList.cs
- SelfIssuedTokenFactoryCredential.cs
- FixedSOMTextRun.cs
- WebPartsPersonalizationAuthorization.cs
- FontFamilyIdentifier.cs
- NetworkInformationException.cs
- TableDesigner.cs
- PointCollectionConverter.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- VersionedStreamOwner.cs
- SafeArrayTypeMismatchException.cs
- InstancePersistenceCommandException.cs
- GetMemberBinder.cs
- RepeaterDataBoundAdapter.cs
- MachineKeySection.cs
- ResolvedKeyFrameEntry.cs
- CultureInfoConverter.cs
- PathGradientBrush.cs
- FormViewDeletedEventArgs.cs
- WsatStrings.cs
- DBParameter.cs
- FileDialog_Vista_Interop.cs
- SignatureDescription.cs
- DecoderReplacementFallback.cs
- XamlReaderHelper.cs
- SerializationObjectManager.cs
- IndentedWriter.cs
- ColumnReorderedEventArgs.cs
- ModelPerspective.cs
- Properties.cs
- TextParentUndoUnit.cs
- RtType.cs
- SchemaSetCompiler.cs
- DBCommand.cs
- ObfuscationAttribute.cs
- indexingfiltermarshaler.cs
- CdpEqualityComparer.cs
- CheckableControlBaseAdapter.cs
- AsyncOperationManager.cs
- WindowExtensionMethods.cs
- DispatcherHookEventArgs.cs
- GradientBrush.cs
- ViewgenContext.cs
- SHA384Managed.cs
- FillErrorEventArgs.cs
- IPipelineRuntime.cs
- ByteArrayHelperWithString.cs
- LassoSelectionBehavior.cs
- DataGridViewAutoSizeModeEventArgs.cs
- QuaternionValueSerializer.cs
- KeyInfo.cs
- Stylesheet.cs
- Helpers.cs
- SqlServices.cs
- ZipFileInfo.cs
- FilterElement.cs
- HttpModuleActionCollection.cs
- CodeAttributeArgument.cs
- IncrementalHitTester.cs
- SplayTreeNode.cs
- ExpressionBuilder.cs
- TextSearch.cs
- IQueryable.cs
- PopupRoot.cs
- CodeObject.cs