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




A string value which represents the error message.
An inner exception which further describes the error.
Exception which allows passing in an error message and inner exception.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
'Usage
 
Dim message As String
Dim innerException As Exception
 
Dim instance As New ObjectNotConnectedException(message, innerException)
public ObjectNotConnectedException( 
   string message,
   Exception innerException
)
public: ObjectNotConnectedException( 
   string* message,
   Exception* innerException
)
public:
ObjectNotConnectedException( 
   String^ message,
   Exception^ innerException
)

Parameters

message
A string value which represents the error message.
innerException
An inner exception which further describes the error.
See Also

Reference

ObjectNotConnectedException Class
ObjectNotConnectedException Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback