C# Class NetworkCommsDotNet.CommunicationException

Inheritance: CommsException
Afficher le fichier Open project: MarcFletcher/NetworkComms.Net

Méthodes publiques

Méthode Description
CommunicationException ( ) : System

Create a new instance of CommunicationException

CommunicationException ( string msg ) : System

Create a new instance of CommunicationException

CommunicationException ( string msg, Exception innerException ) : System

Create a new instance of CommunicationException

Méthodes protégées

Méthode Description
CommunicationException ( SerializationInfo info, StreamingContext context ) : System

Constructor required by the runtime and by .NET programming conventions

Method Details

CommunicationException() public méthode

Create a new instance of CommunicationException
public CommunicationException ( ) : System
Résultat System

CommunicationException() protected méthode

Constructor required by the runtime and by .NET programming conventions
protected CommunicationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

CommunicationException() public méthode

Create a new instance of CommunicationException
public CommunicationException ( string msg ) : System
msg string A string containing useful information regarding the error
Résultat System

CommunicationException() public méthode

Create a new instance of CommunicationException
public CommunicationException ( string msg, Exception innerException ) : System
msg string A string containing useful information regarding the error
innerException System.Exception An associated inner exception
Résultat System