Initializes a new instance of the CmsException class

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

Syntax

C#
public CmsException(
	string name,
	Exception e
)
Visual Basic
Public Sub New ( _
	name As String, _
	e As Exception _
)
Visual C++
public:
CmsException(
	String^ name, 
	Exception^ e
)

Parameters

name
Type: System..::..String
e
Type: System..::..Exception

See Also