Esempio n. 1
0
		public TlsException (Alert alert, string message)
			: base (message)
		{
			this.alert = alert;
		}
Esempio n. 2
0
		public TlsException (Alert alert)
			: this (alert, alert.Description.ToString())
		{
		}