AutoBE
    Preparing search index...

    Catch handler for an ITryStatement.

    interface ICatchClause {
        parameterName?: string;
        statements: AutoBeRealizeProviderIR.IStatement[];
    }
    Index

    Properties

    parameterName?: string

    Bound error variable name; defaults to e when omitted.

    Handler body.