Org.BouncyCastle.Crypto.Tls.TlsException.TlsException C# (CSharp) Méthode

TlsException() public méthode

public TlsException ( ) : System
Résultat 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