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
- StructuredType.cs
- ApplicationHost.cs
- ObjectTag.cs
- FontNamesConverter.cs
- EncoderBestFitFallback.cs
- WebPartUserCapability.cs
- IncrementalCompileAnalyzer.cs
- GlyphRun.cs
- ActivityIdHeader.cs
- WebBrowserBase.cs
- ToolStripDropDownItem.cs
- GreenMethods.cs
- ArrayElementGridEntry.cs
- Listen.cs
- ObjectMaterializedEventArgs.cs
- HttpVersion.cs
- ActivityExecutionFilter.cs
- MetadataImporter.cs
- TextEditorParagraphs.cs
- AnimationStorage.cs
- XmlILModule.cs
- ParameterDataSourceExpression.cs
- SQLBoolean.cs
- BroadcastEventHelper.cs
- HostingPreferredMapPath.cs
- GenericWebPart.cs
- ReadOnlyDataSourceView.cs
- ExpressionDumper.cs
- XmlSchemaAppInfo.cs
- ScrollBar.cs
- ExpressionVisitorHelpers.cs
- StrongNameIdentityPermission.cs
- ProxyManager.cs
- HashSetDebugView.cs
- TemplateXamlParser.cs
- _SslStream.cs
- GiveFeedbackEvent.cs
- PieceDirectory.cs
- SingleResultAttribute.cs
- MaskedTextProvider.cs
- TextPatternIdentifiers.cs
- VariableElement.cs
- CodeTypeMemberCollection.cs
- DisposableCollectionWrapper.cs
- CodeGroup.cs
- X509Chain.cs
- XPathBinder.cs
- DocumentationServerProtocol.cs
- DataSourceControl.cs
- NumericUpDownAcceleration.cs
- PropertyGeneratedEventArgs.cs
- XmlSchemaException.cs
- PolicyImporterElement.cs
- ToolStripOverflow.cs
- DetailsViewDeletedEventArgs.cs
- LinkClickEvent.cs
- SQLCharsStorage.cs
- HuffCodec.cs
- __FastResourceComparer.cs
- UriParserTemplates.cs
- ConfigXmlComment.cs
- ServiceTimeoutsBehavior.cs
- DataBoundControlAdapter.cs
- DataObjectCopyingEventArgs.cs
- CustomServiceCredentials.cs
- SqlDataSourceEnumerator.cs
- SqlErrorCollection.cs
- ViewManager.cs
- FixedHighlight.cs
- XmlCharCheckingWriter.cs
- UpdateRecord.cs
- CatalogPartCollection.cs
- BuildManagerHost.cs
- XmlElement.cs
- Pointer.cs
- WebBrowserPermission.cs
- AppearanceEditorPart.cs
- HwndKeyboardInputProvider.cs
- SmtpReplyReader.cs
- SqlBulkCopyColumnMappingCollection.cs
- HttpCacheParams.cs
- InstanceLockQueryResult.cs
- DynamicMethod.cs
- TimeoutValidationAttribute.cs
- MetabaseSettingsIis7.cs
- TextSelectionHighlightLayer.cs
- RequestQueue.cs
- XamlFigureLengthSerializer.cs
- XmlAttributeAttribute.cs
- UTF32Encoding.cs
- WebPartEditorOkVerb.cs
- SQLDateTime.cs
- XsdDuration.cs
- StylusButtonEventArgs.cs
- UIElementAutomationPeer.cs
- parserscommon.cs
- PseudoWebRequest.cs
- TouchPoint.cs
- ReadOnlyCollection.cs
- TextParagraphProperties.cs