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
- EncodingNLS.cs
- BuilderPropertyEntry.cs
- ResponseBodyWriter.cs
- PackWebRequest.cs
- AccessibilityApplicationManager.cs
- safex509handles.cs
- HelpInfo.cs
- InternalTypeHelper.cs
- FlowSwitchLink.cs
- FilterQuery.cs
- SlipBehavior.cs
- DependentList.cs
- ThicknessAnimationUsingKeyFrames.cs
- XmlSchemaInclude.cs
- OLEDB_Util.cs
- AsmxEndpointPickerExtension.cs
- CompoundFileReference.cs
- DocumentsTrace.cs
- MimeParameter.cs
- AccessedThroughPropertyAttribute.cs
- GroupItemAutomationPeer.cs
- ExpressionVisitor.cs
- ProcessProtocolHandler.cs
- Random.cs
- BinHexDecoder.cs
- XmlSchemaSubstitutionGroup.cs
- UserPersonalizationStateInfo.cs
- QilUnary.cs
- MailWriter.cs
- ChannelPoolSettings.cs
- SafeCertificateStore.cs
- ModelChangedEventArgsImpl.cs
- Selector.cs
- SerializationHelper.cs
- TrackingDataItem.cs
- SQLInt16.cs
- PartialTrustVisibleAssemblyCollection.cs
- StylusPointCollection.cs
- CodeDirectionExpression.cs
- JsonReader.cs
- Path.cs
- AbandonedMutexException.cs
- ConstructorArgumentAttribute.cs
- WebPartUserCapability.cs
- ModifiableIteratorCollection.cs
- QueryCreatedEventArgs.cs
- xamlnodes.cs
- GetWinFXPath.cs
- TableRowCollection.cs
- SystemIcmpV4Statistics.cs
- RegexParser.cs
- CommandDevice.cs
- CallInfo.cs
- OdbcReferenceCollection.cs
- SaveFileDialog.cs
- AuthenticationSection.cs
- SpecialFolderEnumConverter.cs
- Transform3D.cs
- Debug.cs
- CodeAttributeArgumentCollection.cs
- Timer.cs
- Regex.cs
- XmlSchemaType.cs
- WebFaultException.cs
- UrlPath.cs
- QilGeneratorEnv.cs
- ObjectItemAssemblyLoader.cs
- ServiceX509SecurityTokenProvider.cs
- ExitEventArgs.cs
- MultiPropertyDescriptorGridEntry.cs
- ChildChangedEventArgs.cs
- SymLanguageType.cs
- AxHost.cs
- BitmapEffect.cs
- Point3D.cs
- WindowsPen.cs
- PictureBoxDesigner.cs
- ProfileManager.cs
- CompilerGeneratedAttribute.cs
- ComponentCommands.cs
- ElementMarkupObject.cs
- Camera.cs
- PropertyKey.cs
- AuthenticationModuleElementCollection.cs
- CompositeFontParser.cs
- Storyboard.cs
- SqlBuffer.cs
- HierarchicalDataSourceDesigner.cs
- TextServicesPropertyRanges.cs
- NameSpaceExtractor.cs
- AnonymousIdentificationModule.cs
- XsltException.cs
- XmlSchemaSimpleTypeList.cs
- SoapHeaders.cs
- RootNamespaceAttribute.cs
- JavaScriptObjectDeserializer.cs
- SqlTypeConverter.cs
- StrongBox.cs
- BasicBrowserDialog.designer.cs
- AnnotationDocumentPaginator.cs