Map Business Online SDK
MBOException Constructor(String,String)

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

Parameters

errorCode
Error code.
message
Error message.
See Also

Reference

MBOException Class
MBOException Members
Overload List