CvbException Constructor (String, Int32)

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

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

public CvbException(
	string message,
	int errorCode
)

Parameters

message
Type: SystemString
Human readable error reason.
errorCode
Type: SystemInt32
CVB result code.
See Also

Reference