InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / VBAReferenceIncorrectSessionTypeException Class / VBAReferenceIncorrectSessionTypeException Constructor / VBAReferenceIncorrectSessionTypeException Constructor(String)
The error message that explains the reason for the exception.


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

    Parameters

    message
    The error message that explains the reason for the exception.
    See Also