Class PkcsIOException
- Namespace
- Org.BouncyCastle.Pkcs
- Assembly
- BouncyCastle.Cryptography.dll
Base exception for parsing related issues in the PKCS namespace.
[Serializable]
public class PkcsIOException : IOException, ISerializable
- Inheritance
-
PkcsIOException
- Implements
- Inherited Members
Constructors
PkcsIOException()
public PkcsIOException()
PkcsIOException(SerializationInfo, StreamingContext)
protected PkcsIOException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
PkcsIOException(string)
public PkcsIOException(string message)
Parameters
messagestring
PkcsIOException(string, Exception)
public PkcsIOException(string message, Exception innerException)