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


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

    Parameters

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