C# Class NetworkCommsDotNet.ConnectionSetupException

Inheritance: CommsException
Exibir arquivo Open project: MarcFletcher/NetworkComms.Net

Public Methods

Method Description
ConnectionSetupException ( ) : System

Create a new instance of ConnectionSetupException

ConnectionSetupException ( string msg ) : System

Create a new instance of ConnectionSetupException

ConnectionSetupException ( string msg, Exception innerException ) : System

Create a new instance of ConnectionSetupException

Protected Methods

Method Description
ConnectionSetupException ( SerializationInfo info, StreamingContext context ) : System

Constructor required by the runtime and by .NET programming conventions

Method Details

ConnectionSetupException() public method

Create a new instance of ConnectionSetupException
public ConnectionSetupException ( ) : System
return System

ConnectionSetupException() protected method

Constructor required by the runtime and by .NET programming conventions
protected ConnectionSetupException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ConnectionSetupException() public method

Create a new instance of ConnectionSetupException
public ConnectionSetupException ( string msg ) : System
msg string A string containing useful information regarding the error
return System

ConnectionSetupException() public method

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