Ejemplo n.º 1
0
 internal static void ThrowError(ScriptBlockToPowerShellNotSupportedException ex, Ast ast)
 {
     InterpreterError.UpdateExceptionErrorRecordPosition(ex, ast.Extent);
     throw ex;
 }
Ejemplo n.º 2
0
 internal static void ThrowError(ScriptBlockToPowerShellNotSupportedException ex, Ast ast)
 {
     InterpreterError.UpdateExceptionErrorRecordPosition(ex, ast.Extent);
     throw ex;
 }