Method | Description | |
---|---|---|
ExpectedReturnTimeoutException ( ) : System |
Create a new instance of ExpectedReturnTimeoutException
|
|
ExpectedReturnTimeoutException ( string msg ) : System |
Create a new instance of ExpectedReturnTimeoutException
|
|
ExpectedReturnTimeoutException ( string msg, |
Create a new instance of ExpectedReturnTimeoutException
|
Method | Description | |
---|---|---|
ExpectedReturnTimeoutException ( |
Constructor required by the runtime and by .NET programming conventions
|
public ExpectedReturnTimeoutException ( ) : System | ||
return | System |
protected ExpectedReturnTimeoutException ( |
||
info | ||
context | ||
return | System |
public ExpectedReturnTimeoutException ( string msg ) : System | ||
msg | string | A string containing useful information regarding the error |
return | System |
public ExpectedReturnTimeoutException ( string msg, |
||
msg | string | A string containing useful information regarding the error |
innerException | An associated inner exception | |
return | System |