Class TlsCryptoException
- Namespace
- Org.BouncyCastle.Tls.Crypto
- Assembly
- BouncyCastle.Cryptography.dll
Basic exception class for crypto services to pass back a cause.
[Serializable]
public class TlsCryptoException : TlsException, ISerializable
- Inheritance
-
TlsCryptoException
- Implements
- Inherited Members
Constructors
TlsCryptoException()
public TlsCryptoException()
TlsCryptoException(SerializationInfo, StreamingContext)
protected TlsCryptoException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
TlsCryptoException(string)
public TlsCryptoException(string message)
Parameters
messagestring
TlsCryptoException(string, Exception)
public TlsCryptoException(string message, Exception innerException)