Initializes a new instance of the OcspException class

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

Syntax

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

Parameters

message
Type: System..::..String

See Also