Метод | Описание | |
---|---|---|
CouldNotConnectException ( ) : System | ||
CouldNotConnectException ( string message ) : System | ||
CouldNotConnectException ( string message, Exception e ) : System |
Метод | Описание | |
---|---|---|
CouldNotConnectException ( SerializationInfo info, StreamingContext context ) : System |
public CouldNotConnectException ( ) : System | ||
Результат | System |
protected CouldNotConnectException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
Результат | System |
public CouldNotConnectException ( string message ) : System | ||
message | string | |
Результат | System |
public CouldNotConnectException ( string message, Exception e ) : System | ||
message | string | |
e | Exception | |
Результат | System |