clsError Constructor (Int32, String, Boolean)
|
Fill Parameter with new
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic clsError(
int lErrNumber,
string sDescription,
bool bWarning
)
Public Sub New (
lErrNumber As Integer,
sDescription As String,
bWarning As Boolean
)
Parameters
- lErrNumber
- Type: SystemInt32
Error number - sDescription
- Type: SystemString
Description - bWarning
- Type: SystemBoolean
Warning or not
Remarks
See Also