Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcUnParseException Class / InnerException Property


In This Topic
    InnerException Property (CalcUnParseException)
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Public ReadOnly Property InnerException As Exception
    'Usage
     
    Dim instance As CalcUnParseException
    Dim value As Exception
     
    value = instance.InnerException
    [__DynamicallyInvokable()]
    public Exception InnerException {get;}
    See Also