Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- WsdlInspector.cs
- ValueProviderWrapper.cs
- xmlsaver.cs
- IntSecurity.cs
- ParamArrayAttribute.cs
- ReceiveMessageAndVerifySecurityAsyncResultBase.cs
- VariableQuery.cs
- controlskin.cs
- ParallelRangeManager.cs
- Vector.cs
- FlatButtonAppearance.cs
- ComponentEditorForm.cs
- SystemIcmpV4Statistics.cs
- _WinHttpWebProxyDataBuilder.cs
- WindowsGrip.cs
- PersianCalendar.cs
- FixedElement.cs
- _LocalDataStore.cs
- ScrollProviderWrapper.cs
- AttributedMetaModel.cs
- TextViewBase.cs
- Brushes.cs
- ServicesExceptionNotHandledEventArgs.cs
- RuleSettingsCollection.cs
- CustomCredentialPolicy.cs
- BuildProviderUtils.cs
- PolyLineSegment.cs
- StringToken.cs
- DbUpdateCommandTree.cs
- BindingExpressionBase.cs
- LogSwitch.cs
- SpeechRecognizer.cs
- CapabilitiesState.cs
- RuleInfoComparer.cs
- LockCookie.cs
- FileSystemWatcher.cs
- StaticExtension.cs
- SoapSchemaMember.cs
- userdatakeys.cs
- EditCommandColumn.cs
- AxisAngleRotation3D.cs
- PathParser.cs
- DataGridViewRowEventArgs.cs
- StructuredTypeEmitter.cs
- PlaceHolder.cs
- TypeReference.cs
- ResizingMessageFilter.cs
- HttpListenerPrefixCollection.cs
- FormViewInsertedEventArgs.cs
- Deserializer.cs
- Mappings.cs
- SoapAttributes.cs
- PropertyGridEditorPart.cs
- BamlTreeNode.cs
- _Connection.cs
- sortedlist.cs
- Typeface.cs
- DropSource.cs
- SyncOperationState.cs
- PolyLineSegment.cs
- BamlTreeUpdater.cs
- UnsafeCollabNativeMethods.cs
- XmlSchemaExternal.cs
- DateTimeFormatInfoScanner.cs
- SqlBulkCopyColumnMappingCollection.cs
- EntityCollection.cs
- ToolboxItemFilterAttribute.cs
- CrossAppDomainChannel.cs
- TextParagraph.cs
- DecimalFormatter.cs
- DbInsertCommandTree.cs
- XNodeNavigator.cs
- BamlVersionHeader.cs
- DriveNotFoundException.cs
- TextEditorSpelling.cs
- InternalEnumValidator.cs
- MetadataUtil.cs
- DataGridParentRows.cs
- SplineKeyFrames.cs
- CopyNamespacesAction.cs
- RightsManagementEncryptionTransform.cs
- BaseComponentEditor.cs
- GraphicsContext.cs
- HttpRuntime.cs
- QueueProcessor.cs
- SqlUDTStorage.cs
- AssociationSetMetadata.cs
- StartFileNameEditor.cs
- BoundPropertyEntry.cs
- XsltSettings.cs
- XmlEntity.cs
- DataSysAttribute.cs
- ReferencedType.cs
- FileUtil.cs
- Events.cs
- WindowsSolidBrush.cs
- Delay.cs
- ScrollData.cs
- QilParameter.cs
- RedirectionProxy.cs