Метод | Описание | |
---|---|---|
SslException ( int error ) : System | ||
SslException ( string inputMessage ) : System | ||
SslException ( string inputMessage, Exception ex ) : System | ||
SslException ( string inputMessage, int error ) : System |
public SslException ( int error ) : System | ||
error | int | |
Результат | System |
public SslException ( string inputMessage ) : System | ||
inputMessage | string | |
Результат | System |
public SslException ( string inputMessage, Exception ex ) : System | ||
inputMessage | string | |
ex | Exception | |
Результат | System |
public SslException ( string inputMessage, int error ) : System | ||
inputMessage | string | |
error | int | |
Результат | System |