VistaDB 6
VistaDB.Diagnostic Namespace / VistaDBDataTableException Class / InnerException Property


In This Topic
    InnerException Property (VistaDBDataTableException)
    In This Topic
    Gets the System.Exception instance that caused the current exception.
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public ReadOnly Property InnerException As System.Exception
    'Usage
     
    
    Dim instance As VistaDBDataTableException
    Dim value As System.Exception
     
    value = instance.InnerException
    [__DynamicallyInvokable()]
    public System.Exception InnerException {get;}

    Property Value

    An object that describes the error that caused the current exception. The System.Exception.InnerException property returns the same value as was passed into the System.Exception.#ctor(System.String,System.Exception) constructor, or a null reference (Nothing in Visual Basic) if the inner exception value was not supplied to the constructor. This property is read-only.
    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