Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Net / System / Net / NetworkInformation / pingexception.cs / 1305376 / pingexception.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net.NetworkInformation { using System; using System.Runtime.Serialization; [Serializable] public class PingException : InvalidOperationException { internal PingException() { } protected PingException(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext) {} public PingException(string message) : base(message) { } public PingException(string message, Exception innerException) : base(message, innerException) { } }; } // namespace System.Net // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net.NetworkInformation { using System; using System.Runtime.Serialization; [Serializable] public class PingException : InvalidOperationException { internal PingException() { } protected PingException(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext) {} public PingException(string message) : base(message) { } public PingException(string message, Exception innerException) : base(message, innerException) { } }; } // namespace System.Net // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SettingsContext.cs
- InstancePersistence.cs
- BufferModesCollection.cs
- IIS7WorkerRequest.cs
- PropertyChangedEventArgs.cs
- ExpressionList.cs
- PolicyLevel.cs
- ToolStripLabel.cs
- DiscreteKeyFrames.cs
- ActivationServices.cs
- EventLogEntry.cs
- UdpTransportBindingElement.cs
- ToolStripButton.cs
- sqlnorm.cs
- contentDescriptor.cs
- ReservationNotFoundException.cs
- Convert.cs
- ConnectionInterfaceCollection.cs
- Parameter.cs
- CodeRemoveEventStatement.cs
- ListView.cs
- MulticastDelegate.cs
- BufferedReceiveManager.cs
- VisualTreeUtils.cs
- DataGridViewSortCompareEventArgs.cs
- WebPartZone.cs
- ColorTranslator.cs
- Literal.cs
- UriWriter.cs
- CellPartitioner.cs
- CustomTypeDescriptor.cs
- SessionPageStatePersister.cs
- ClientSettingsSection.cs
- DataGridViewComboBoxEditingControl.cs
- TypedDataSetSchemaImporterExtension.cs
- SimpleTypeResolver.cs
- OverlappedAsyncResult.cs
- InheritanceService.cs
- CodeDirectiveCollection.cs
- ButtonBaseDesigner.cs
- PeerCredentialElement.cs
- DataGridViewRowsAddedEventArgs.cs
- HostingEnvironmentWrapper.cs
- InkCanvasInnerCanvas.cs
- PhonemeEventArgs.cs
- ServicesUtilities.cs
- RsaSecurityTokenAuthenticator.cs
- coordinatorfactory.cs
- ColumnMapVisitor.cs
- RadioButtonList.cs
- SchemaImporterExtensionElementCollection.cs
- RegexMatchCollection.cs
- SafeBitVector32.cs
- ObjectItemCollection.cs
- IPEndPoint.cs
- ButtonStandardAdapter.cs
- AdapterDictionary.cs
- ScrollChrome.cs
- RtType.cs
- AdvancedBindingPropertyDescriptor.cs
- WmpBitmapDecoder.cs
- PeerName.cs
- SspiSecurityToken.cs
- Figure.cs
- PipelineModuleStepContainer.cs
- ProfilePropertySettings.cs
- EncoderReplacementFallback.cs
- InternalPolicyElement.cs
- Parser.cs
- WebPartConnectionCollection.cs
- ConnectionPointConverter.cs
- FeatureSupport.cs
- EncoderBestFitFallback.cs
- SQLInt16.cs
- PriorityQueue.cs
- Track.cs
- BaseDataList.cs
- EventLogPermissionAttribute.cs
- DecoderFallback.cs
- RootProfilePropertySettingsCollection.cs
- PrePrepareMethodAttribute.cs
- TextEditorThreadLocalStore.cs
- SqlConnectionStringBuilder.cs
- CompiledQuery.cs
- DecoderFallbackWithFailureFlag.cs
- PolyLineSegment.cs
- TemplateControl.cs
- TargetException.cs
- InvalidComObjectException.cs
- SocketElement.cs
- PassportAuthenticationModule.cs
- BCryptSafeHandles.cs
- ColumnClickEvent.cs
- ObjectDataSourceSelectingEventArgs.cs
- OutputScopeManager.cs
- QualifierSet.cs
- DefaultValueAttribute.cs
- DataFormats.cs
- TextTreeText.cs
- IsolatedStorage.cs