Skip to content

Notify about caught .NET exceptions #479

@AlekseyMartynov

Description

@AlekseyMartynov

Suggested in #477 (comment)

Context:

try {
clientValue = Utils.ConvertClientValue(clientValue, accessorExpr.Type);
} catch {
return Expression.Constant(false);
}

try {
_accumulator.Add(value);
} catch(FormatException) {
} catch(InvalidCastException) {
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions