usingSystem;usingSystem.IO;namespaceOrg.BouncyCastle.Pkcs{/// <summary>/// Base exception for parsing related issues in the PKCS namespace./// </summary>publicclassPkcsIOException:IOException{publicPkcsIOException(Stringmessage):base(message){}publicPkcsIOException(Stringmessage,Exceptionunderlying):base(message,underlying){}}}