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