Accusoft.NotateXpress13.Net
StorageStreamException Constructor(String)




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

Parameters

message
A string which represents the message.
See Also

Reference

StorageStreamException Class
StorageStreamException Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback