Namespace: Org.BouncyCastle.Security
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
[ObsoleteAttribute("Never thrown")]
public class NoSuchAlgorithmException : GeneralSecurityException
Visual Basic
<ObsoleteAttribute("Never thrown")> _
Public Class NoSuchAlgorithmException _
	Inherits GeneralSecurityException
Visual C++
[ObsoleteAttribute(L"Never thrown")]
public ref class NoSuchAlgorithmException : public GeneralSecurityException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Org.BouncyCastle.Security..::..GeneralSecurityException
      Org.BouncyCastle.Security..::..NoSuchAlgorithmException

See Also