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,
	Exception e
)
Visual Basic
Public Sub New ( _
	msg As String, _
	e As Exception _
)
Visual C++
public:
CrlException(
	String^ msg, 
	Exception^ e
)

Parameters

msg
Type: System..::..String
e
Type: System..::..Exception

See Also