Ejemplo n.º 1
0
 internal void Invoke(ErrorRecord errorRecord, Pipe outputPipe, ref ArrayList resultList) => ScriptBlock.CreateExceptionHandler(this._body, this.NodeToken, this._pipelineSlots, this._variableSlots).InvokeWithPipe(!this._isCatchBlock, true, (object)errorRecord, (object)AutomationNull.Value, (object)AutomationNull.Value, outputPipe, ref resultList);