C# Class NetworkCommsDotNet.ExpectedReturnTimeoutException

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

Public Methods

Method Description
ExpectedReturnTimeoutException ( ) : System

Create a new instance of ExpectedReturnTimeoutException

ExpectedReturnTimeoutException ( string msg ) : System

Create a new instance of ExpectedReturnTimeoutException

ExpectedReturnTimeoutException ( string msg, Exception innerException ) : System

Create a new instance of ExpectedReturnTimeoutException

Protected Methods

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

Constructor required by the runtime and by .NET programming conventions

Method Details

ExpectedReturnTimeoutException() public method

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

ExpectedReturnTimeoutException() protected method

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

ExpectedReturnTimeoutException() public method

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

ExpectedReturnTimeoutException() public method

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