Method | Description | |
---|---|---|
SslException ( int error ) : System | ||
SslException ( string inputMessage ) : System | ||
SslException ( string inputMessage, Exception ex ) : System | ||
SslException ( string inputMessage, int error ) : System |
public SslException ( string inputMessage ) : System | ||
inputMessage | string | |
return | System |
public SslException ( string inputMessage, Exception ex ) : System | ||
inputMessage | string | |
ex | Exception | |
return | System |
public SslException ( string inputMessage, int error ) : System | ||
inputMessage | string | |
error | int | |
return | System |