VistaDB 6
VistaDB.Diagnostic Namespace / VistaDBDataTableException Class / VistaDBDataTableException Constructor / VistaDBDataTableException Constructor(Exception,Int32)
Internal exception
Error number


In This Topic
    VistaDBDataTableException Constructor(Exception,Int32)
    In This Topic
    Creates new instance of DataTable Exception class Class VistaDBDataTableException
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal e As System.Exception, _
       ByVal errorId As System.Integer _
    )
    'Usage
     
    
    Dim e As System.Exception
    Dim errorId As System.Integer
     
    Dim instance As New VistaDBDataTableException(e, errorId)
    public VistaDBDataTableException( 
       System.Exception e,
       System.int errorId
    )

    Parameters

    e
    Internal exception
    errorId
    Error number
    Remarks
    Not for end user application creation.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also