CvbExceptionFromCvbResult Method (Int32, String)

CVB.Net Documentation
Returns the appropriate Exception object based on the given errorCode with the given message text.

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

public static Exception FromCvbResult(
	int errorCode,
	string message
)

Parameters

errorCode
Type: SystemInt32
CVB result code smaller than zero.
message
Type: SystemString
Human readable error reason.

Return Value

Type: Exception
Appropriate Exception object.
See Also

Reference