Initializes a new instance of the CrlException class

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

Syntax

C#
public CrlException(
	string msg
)
Visual Basic
Public Sub New ( _
	msg As String _
)
Visual C++
public:
CrlException(
	String^ msg
)

Parameters

msg
Type: System..::..String

See Also