Class TlsException
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
[Serializable]
public class TlsException : IOException, ISerializable
- Inheritance
-
TlsException
- Implements
- Derived
- Inherited Members
Constructors
TlsException()
public TlsException()
TlsException(SerializationInfo, StreamingContext)
protected TlsException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
TlsException(string)
public TlsException(string message)
Parameters
messagestring
TlsException(string, Exception)
public TlsException(string message, Exception innerException)