ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Information Class / IsError Method
Required. Object expression.

In This Topic
    IsError Method
    In This Topic
    Returns a Boolean value indicating whether an expression is an exception type.
    Syntax
    'Declaration
     
    Public Shared Function IsError( _
       ByVal exp As Object _
    ) As Boolean
    public static bool IsError( 
       object exp
    )

    Parameters

    exp
    Required. Object expression.

    Return Value

    Returns a Boolean value indicating whether an expression is an exception type.
    See Also