InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / VBAReferenceException Class / VBAReferenceException Constructor / VBAReferenceException Constructor(SerializationInfo,StreamingContext)
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.


In This Topic
    VBAReferenceException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Initializes a new instance of the VBAReferenceException class with serialized data
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    'Usage
     
    
    Dim info As SerializationInfo
    Dim context As StreamingContext
     
    Dim instance As New VBAReferenceException(info, context)
    protected VBAReferenceException( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
    context
    The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
    See Also