InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmHostsException Class / IbmHostsException Constructor / IbmHostsException Constructor(String)
The message that describes the error.


In This Topic
    IbmHostsException Constructor(String)
    In This Topic
    Initializes a new instance of the IbmHostsException class with a specified error message.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String _
    )
    'Usage
     
    
    Dim message As String
     
    Dim instance As New IbmHostsException(message)
    public IbmHostsException( 
       string message
    )

    Parameters

    message
    The message that describes the error.
    See Also