Accusoft.NotateXpress13.Net
ObjectNotConnectedException Constructor(String)




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

Parameters

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