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
- GeneralTransform.cs
- GetCardDetailsRequest.cs
- HostProtectionPermission.cs
- InternalRelationshipCollection.cs
- XmlHierarchicalEnumerable.cs
- GeometryModel3D.cs
- StructuralCache.cs
- DrawingVisualDrawingContext.cs
- activationcontext.cs
- RemoteHelper.cs
- CodeSnippetStatement.cs
- COM2IDispatchConverter.cs
- PreProcessInputEventArgs.cs
- ControlCommandSet.cs
- ScriptControlManager.cs
- Utils.cs
- AsyncStreamReader.cs
- SqlFactory.cs
- RequestQueue.cs
- ChtmlFormAdapter.cs
- Point4D.cs
- RectangleHotSpot.cs
- DataMemberListEditor.cs
- DeflateStreamAsyncResult.cs
- DataListItemCollection.cs
- TransformValueSerializer.cs
- AmbientLight.cs
- ScrollableControl.cs
- ErrorFormatterPage.cs
- Sql8ConformanceChecker.cs
- ResourcesBuildProvider.cs
- LoadWorkflowCommand.cs
- BindingExpression.cs
- Matrix.cs
- PointCollection.cs
- TransformValueSerializer.cs
- ToolBar.cs
- MachineKeyConverter.cs
- SrgsOneOf.cs
- XmlReflectionImporter.cs
- TreeNodeEventArgs.cs
- DefaultValueConverter.cs
- QilGenerator.cs
- InvalidWMPVersionException.cs
- GraphicsContext.cs
- CustomSignedXml.cs
- RepeaterCommandEventArgs.cs
- ColorMap.cs
- TextCollapsingProperties.cs
- ColumnClickEvent.cs
- HtmlTable.cs
- EventMappingSettingsCollection.cs
- UndirectedGraph.cs
- ZipIOModeEnforcingStream.cs
- TripleDESCryptoServiceProvider.cs
- QilTernary.cs
- SqlXml.cs
- ObjectManager.cs
- FileUtil.cs
- MouseActionValueSerializer.cs
- JsonEnumDataContract.cs
- EncryptedKey.cs
- MetaModel.cs
- SQLChars.cs
- QuaternionIndependentAnimationStorage.cs
- StringResourceManager.cs
- DataGridViewColumnEventArgs.cs
- StorageTypeMapping.cs
- CapabilitiesRule.cs
- CorePropertiesFilter.cs
- FormatVersion.cs
- BamlRecordHelper.cs
- EntityConnectionStringBuilderItem.cs
- ObfuscationAttribute.cs
- ListDataBindEventArgs.cs
- MulticastNotSupportedException.cs
- DataService.cs
- ColumnMapProcessor.cs
- BevelBitmapEffect.cs
- IisTraceWebEventProvider.cs
- XmlDocumentType.cs
- NameHandler.cs
- IsolatedStorageFilePermission.cs
- ProvidePropertyAttribute.cs
- DataControlReferenceCollection.cs
- RoleExceptions.cs
- SiteMapSection.cs
- SecurityKeyEntropyMode.cs
- TypefaceMap.cs
- DocumentOrderQuery.cs
- ArrayConverter.cs
- SpotLight.cs
- securitymgrsite.cs
- ConsoleTraceListener.cs
- XmlCustomFormatter.cs
- VolatileResourceManager.cs
- SimpleRecyclingCache.cs
- QueryTreeBuilder.cs
- TextEvent.cs
- FloatAverageAggregationOperator.cs