VistaDB 6
VistaDB.Diagnostic Namespace / VistaDBSQLException Class / GetType Method


In This Topic
    GetType Method (VistaDBSQLException)
    In This Topic
    Gets the runtime type of the current instance.
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Function GetType() As System.Type
    'Usage
     
    
    Dim instance As VistaDBSQLException
    Dim value As System.Type
     
    value = instance.GetType()
    [__DynamicallyInvokable()]
    public System.Type GetType()

    Return Value

    A System.Type object that represents the exact runtime type of the current instance.
    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