Accusoft.NotateXpress13.Net
ItemNotFoundException Constructor(String)




A string which represents the message.
Exception which allows passing in a message when there are errors with elements not found.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New ItemNotFoundException(message)
public ItemNotFoundException( 
   string message
)
public: ItemNotFoundException( 
   string* message
)
public:
ItemNotFoundException( 
   String^ message
)

Parameters

message
A string which represents the message.
See Also

Reference

ItemNotFoundException Class
ItemNotFoundException Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback