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
)
Visual Basic
Public Sub New ( _
	name As String _
)
Visual C++
public:
CmsException(
	String^ name
)

Parameters

name
Type: System..::..String

See Also