CvbException Constructor

CVB.Net Documentation
Overload List

  NameDescription
Protected methodCvbException
Creates a generic CVB exception object with the generic error code and no message text.
Protected methodCvbException(Int32)
Creates a generic CVB exception object with the given errorCode and no message text.
Public methodCvbException(String)
Creates a generic CVB exception object with the generic error code and the given message.
Public methodCvbException(String, Int32)
Creates a generic CVB exception object with the given message and errorCode.
Top
See Also

Reference