CvbException Constructor (String)

CVB.Net Documentation
Creates a generic CVB exception object with the generic error code and the given message.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public CvbException(
	string message
)

Parameters

message
Type: SystemString
Human readable error reason.
See Also

Reference