Accusoft.ISISXpress7.Net
StringTooLongException Constructor(String)




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

Parameters

message
A string value which represents the error message.
See Also

Reference

StringTooLongException Class
StringTooLongException Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback