Org.BouncyCastle.Crypto.Tls.TlsException.TlsException C# (CSharp) Method

TlsException() public method

public TlsException ( ) : System
return System
		public TlsException() : base() { }
		public TlsException(string message) : base(message) { }

Same methods

TlsException::TlsException ( string message ) : System
TlsException::TlsException ( string message, Exception exception ) : System
TlsException