C1DocumentSourceException Constructor(String)
In This Topic
Initializes a new instance of the
C1DocumentSourceException class with a specified error message.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public C1DocumentSourceException(
string
)
Parameters
- message
- The exception error message.
See Also