Accusoft.NotateXpress13.Net
ObjectNotConnectedException Constructor(Int32,String)




An integer value which represents the error number.
A string value which represents the error message.
Exception which allows passing in an error number and message for object not connected errors.
Syntax
'Declaration
 
Public Function New( _
   ByVal errorNumber As Integer, _
   ByVal message As String _
)
'Usage
 
Dim errorNumber As Integer
Dim message As String
 
Dim instance As New ObjectNotConnectedException(errorNumber, message)
public ObjectNotConnectedException( 
   int errorNumber,
   string message
)
public: ObjectNotConnectedException( 
   int errorNumber,
   string* message
)
public:
ObjectNotConnectedException( 
   int errorNumber,
   String^ message
)

Parameters

errorNumber
An integer value which represents the error number.
message
A string value which represents the error message.
See Also

Reference

ObjectNotConnectedException Class
ObjectNotConnectedException Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback