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