C# 클래스 NetworkCommsDotNet.ExpectedReturnTimeoutException

상속: CommsException
파일 보기 프로젝트 열기: MarcFletcher/NetworkComms.Net

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
ExpectedReturnTimeoutException ( SerializationInfo info, StreamingContext context ) : System

Constructor required by the runtime and by .NET programming conventions

메소드 상세

ExpectedReturnTimeoutException() 공개 메소드

Create a new instance of ExpectedReturnTimeoutException
public ExpectedReturnTimeoutException ( ) : System
리턴 System

ExpectedReturnTimeoutException() 보호된 메소드

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
리턴 System

ExpectedReturnTimeoutException() 공개 메소드

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

ExpectedReturnTimeoutException() 공개 메소드

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
리턴 System