Map Business Online SDK
MBOException Constructor(String,String,Exception)

MBO Namespace > MBOException Class > MBOException Constructor : MBOException Constructor(String,String,Exception)
Error code.
Error message.
Inner (child) exception.
Initializes new instance of the MBOException class with specified error code, message and inner (child) exception.
Syntax
'Declaration
 
Public Function New( _
   ByVal errorCode As String, _
   ByVal message As String, _
   ByVal innerException As Exception _
)

Parameters

errorCode
Error code.
message
Error message.
innerException
Inner (child) exception.
See Also

Reference

MBOException Class
MBOException Members
Overload List