Attachmate Reflection 2014 .NET API Reference
IbmHostsException Constructor(ErrorCode,String)


Indicates the error condition.
The message that describes the error.
Initializes a new instance of the Attachmate.Reflection.Emulation.IbmHosts.IbmHostsException class with a specified error message.
Syntax
'Declaration
 
Public Function New( _
   ByVal errorCode As ErrorCode, _
   ByVal message As String _
)
'Usage
 
Dim errorCode As ErrorCode
Dim message As String
 
Dim instance As New IbmHostsException(errorCode, message)
public IbmHostsException( 
   ErrorCode errorCode,
   string message
)

Parameters

errorCode
Indicates the error condition.
message
The message that describes the error.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IbmHostsException Class
IbmHostsException Members
Overload List

Send Feedback