Пример #1
0
		public TlsException (Alert alert, string message)
			: base (message)
		{
			this.alert = alert;
		}
Пример #2
0
		public TlsException (Alert alert)
			: this (alert, alert.Description.ToString())
		{
		}