Org.BouncyCastle.Crypto.Tls.TlsException.TlsException C# (CSharp) Метод

TlsException() публичный Метод

public TlsException ( ) : System
Результат 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