[]
Creates a new calculation exception event arguments object.
public CalculateExceptionEventArgs(Exception ex, Control ctrl)
Public Sub New(ex As Exception, ctrl As Control)
Type | Name | Description |
---|---|---|
Exception | ex | Exception which is raised when calculating the result of a formula |
Control | ctrl | Control |