Accusoft.NotateXpress13.Net
NotSupportedException Constructor(String)




A string which represents the message.
Exception which allows passing in a message when an object is not supported and an error is generated.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New NotSupportedException(message)
public NotSupportedException( 
   string message
)
public: NotSupportedException( 
   string* message
)
public:
NotSupportedException( 
   String^ message
)

Parameters

message
A string which represents the message.
See Also

Reference

NotSupportedException Class
NotSupportedException Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback