C# Class NetworkCommsDotNet.CommsSetupShutdownException

Inheritance: CommsException
ファイルを表示 Open project: MarcFletcher/NetworkComms.Net

Public Methods

Method Description
CommsSetupShutdownException ( ) : System

Create a new instance of CommsSetupShutdownException

CommsSetupShutdownException ( string msg ) : System

Create a new instance of CommsSetupShutdownException

CommsSetupShutdownException ( string msg, Exception innerException ) : System

Create a new instance of CommsSetupShutdownException

Protected Methods

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

Constructor required by the runtime and by .NET programming conventions

Method Details

CommsSetupShutdownException() public method

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

CommsSetupShutdownException() protected method

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

CommsSetupShutdownException() public method

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

CommsSetupShutdownException() public method

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