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